Skip to content

Hypothesis version 6.168.2

Latest

Choose a tag to compare

@Zac-HD Zac-HD released this 27 Sep 05:22

This patch makes writes to the cache of constants collected from local
source files atomic. Previously, a concurrent process sharing the same
".hypothesis" directory, such as another pytest-xdist worker, could
read a partially written cache file, which silently changed the data
generated for a given "@seed" (issue #4885).

The canonical version of these notes (with links) is on readthedocs.