github HypothesisWorks/hypothesis hypothesis-python-6.129.0
Hypothesis for Python - version 6.129.0

21 hours ago

This release adds a ""hypothesis-urandom"" backend, which draws
randomness from "/dev/urandom" instead of Python's PRNG. This is
useful for users of Antithesis who also have Hypothesis tests,
allowing Antithesis mutation of "/dev/urandom" to drive Hypothesis
generation. We expect it to be strictly slower than the default
backend for everyone else.

It can be enabled with "@settings(backend="hypothesis-urandom")".

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

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.