Bump hypothesis from 6.13.10 to 6.14.5
Bumps hypothesis from 6.13.10 to 6.14.5.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.14.5
This patch fixes "hypothesis.strategies._internal.types.is_a_new_type". It was failing on Python "3.10.0b4", where "NewType" is a function.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.14.4
This patch fixes "from_type()" and "register_type_strategy()" for "typing.NewType" on Python 3.10, which changed the underlying implementation (see bpo-44353 for details).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.14.3
This patch updates our autoformatting tools, improving our code style without any API changes.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.14.2
This patch ensures that we shorten tracebacks for tests which fail due to inconsistent data generation between runs (i.e. raise "Flaky").
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.14.1
This patch updates some internal type annotations. There is no user- visible change.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.14.0
The explain phase now requires shrinking to be enabled, and will be automatically skipped for deadline-exceeded errors.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.13.14
This patch improves the "tuples()" strategy type annotations, to preserve the element types for up to length-five tuples (issue #3005).
As for "one_of()", this is the best we can do before a planned extension to PEP 646 is released, hopefully in Python 3.11.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.13.13
This patch teaches the Ghostwriter how to find custom ufuncs from any module that defines them, and that "yaml.unsafe_load()" does not
... (truncated)
Commits
-
ccac436Bump hypothesis-python version to 6.14.5 and update changelog -
9d7d515Merge pull request #3044 from HypothesisWorks/sobolevn-patch-1 -
6b758e0Update RELEASE.rst -
b2a91d8Update RELEASE.rst -
36633eaUpdate types.py -
4ba33aaCreate RELEASE.rst -
90d1f59Changes how we treat newtypes, refs #3043 -
87f9f75Bump hypothesis-python version to 6.14.4 and update changelog -
0283c24Merge pull request #3040 from HypothesisWorks/create-pull-request/patch -
d5ec1d3clarify docs for data_too_large health check - Additional commits viewable in compare view