Skip to content

Bump hypothesis from 6.13.10 to 6.17.4

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

Bumps hypothesis from 6.13.10 to 6.17.4.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.17.4

This patch makes unique "arrays()" much more efficient, especially when there are only a few valid elements - such as for eight-bit integers (issue #3066).

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

Hypothesis for Python - version 6.17.3

This patch fixes the repr of "array_shapes()".

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

Hypothesis for Python - version 6.17.2

This patch wraps some internal helper code in our proxies decorator to prevent mutations of method docstrings carrying over to other instances of the respective methods.

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

Hypothesis for Python - version 6.17.1

This patch moves some internal helper code in preparation for issue #3065. There is no user-visible change, unless you depended on undocumented internals.

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

Hypothesis for Python - version 6.17.0

This release adds type annotations to the stateful testing API.

Thanks to Ruben Opdebeeck for this contribution!

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

Hypothesis for Python - version 6.16.0

This release adds the "DrawFn" type as a reusable type hint for the "draw" argument of "@composite" functions.

Thanks to Ruben Opdebeeck for this contribution!

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

Hypothesis for Python - version 6.15.0

This release emits a more useful error message when "@given()" is applied to a coroutine function, i.e. one defined using "async def" (issue #3054).

This was previously only handled by the generic "return_value" health check, which doesn't direct you to use either a custom executor or a library such as pytest-trio or pytest-asyncio to handle it for you.

... (truncated)

Commits
  • c4fb7c2 Bump hypothesis-python version to 6.17.4 and update changelog
  • 8109b00 Merge pull request #3076 from Zac-HD/faster-uniq-arrays
  • 60903d2 Bump hypothesis-python version to 6.17.3 and update changelog
  • 2d8a8db Merge pull request #3078 from honno/honno/wrap-array-shapes
  • 98c019f Clearer RELEASE with cross-ref
  • b846a6b Wrap array_shapes in @defines_strategy
  • cfb6b5e Faster unique arrays
  • d8cbc06 Bump hypothesis-python version to 6.17.2 and update changelog
  • 46cf880 Merge pull request #3077 from honno/honno/numpy-extra-proxies
  • 203218c Avoid upstream bug
  • Additional commits viewable in compare view

Merge request reports