Skip to content

Bump hypothesis from 6.65.2 to 6.68.2

WKDV Bot requested to merge dependabot/pip/hypothesis-6.68.2 into develop

Bumps hypothesis from 6.65.2 to 6.68.2.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.68.2

This patch fixes missing imports of the "re" module, when ghostwriting tests which include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting and promptly fixing this bug!

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

Hypothesis for Python - version 6.68.1

This patch adds some private hooks for use in research on Schemathesis (see our preprint here).

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

Hypothesis for Python - version 6.68.0

This release adds support for the Array API's 2022.12 release via the "api_version" argument in "make_strategies_namespace()". Concretely this involves complex support in its existing strategies, plus an introduced "xps.complex_dtypes()" strategy.

Additionally this release now treats hypothesis.extra.array_api as stable, meaning breaking changes should only happen with major releases of Hypothesis.

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

Hypothesis for Python - version 6.67.1

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.67.0

This release allows for more precise generation of complex numbers using "from_dtype()", by supporting the "width", "min_magnitude", and "min_magnitude" arguments (issue #3468).

Thanks to Felix Divo for this feature!

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

Hypothesis for Python - version 6.66.2

This patch fixes a rare "RecursionError" when pretty-printing a multi- line object without type-specific printer, which was passed to a function which returned the same object by ".map()" or "builds()" and thus recursed due to the new pretty reprs in Hypothesis 6.65.0 - 2023-01-24 (issue #3560). Apologies to all those affected.

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

Hypothesis for Python - version 6.66.1

... (truncated)

Commits

Merge request reports