Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2025-03-04 06:16:14
Message id: 20250304051614.DDB07FBE1@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.127.6
6.127.6
This patch tweaks the performance of the target phase, avoiding aborting some \
test cases when it would be better to finish generating them.
6.127.5
This patch fixes a bug where from_type() would error on certain types involving \
Protocol.
6.127.4
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
6.127.3
Improve shrinking of non-standard NaN float values.
6.127.2
Adjust type hints for the pub-sub database implementation in version 6.126.0, \
and remove a remnant debug print in its implementation.
6.127.1
Improve the clarity of printing counterexamples in stateful testing, by avoiding \
confusing Bundle references with equivalent values drawn from a regular \
strategy.
Files: