Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2025-03-13 10:03:45
Message id: 20250313090345.C3C6EFBE1@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.129.0
6.129.0
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").
Files: