Bump hypothesis from 6.46.11 to 6.53.0
Bumps hypothesis from 6.46.11 to 6.53.0.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.53.0
"from_field()" now supports "UsernameField" from "django.contrib.auth.forms".
Thanks to Afonso Silva for reporting and working on issue #3417.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.52.4
This patch improves the error message when you pass filenames to the hypothesis write CLI, which takes the name of a module or function (e.g. hypothesis write gzip or hypothesis write package.some_function rather than hypothesis write script.py).
Thanks to Ed Rogers for implementing this as part of the SciPy 2022 sprints!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.52.3
This patch ensures that the warning for non-interactive ".example()" points to your code instead of Hypothesis internals (issue #3403).
Thanks to @jameslamb for this fix.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.52.2
This patch makes "integers()" more likely to generate boundary values for large two-sided intervals (issue #2942).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.52.1
This patch adds filter rewriting for "math.isfinite()", "math.isinf()", and "math.isnan()" on "integers()" or "floats()" (issue #2701).
Thanks to Sam Clamons at the SciPy Sprints!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.52.0
This release adds the "allow_subnormal" argument to "complex_numbers()" by applying it to each of the real and imaginary parts separately. Closes issue #3390.
Thanks to Evan Tey for this fix.
The canonical version of these notes (with links) is on readthedocs.
... (truncated)
Commits
-
2f44209Bump hypothesis-python version to 6.53.0 and update changelog -
2ace082Merge pull request #3419 from ajcerejeira/ajcerejeira/django-username-field -
5c5acbcUpdate pandas tests -
96526ebFix cross-reference -
462dd77Mock django for docs build? -
1b0cf85Fix very rare regex test problem -
8b7407dIgnore unknown type -
5e133f7docs: fix simple typo, organisating -> organising -
05edeaaUpdate pinned dependencies -
69b81d2Work around sphinx-autocodelink bug - Additional commits viewable in compare view