Skip to content

Hypothesis for Python - version 4.44.5

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 20 Nov 21:14
· 5484 commits to master since this release

This patch disables our pytest plugin when running on versions of
pytest before 4.3, the oldest our plugin supports. Note that at time
of writing the Pytest developers only support 4.6 and later!

Hypothesis tests using "@given()" work on any test runner, but our
integrations to e.g. avoid example database collisions when combined
with "@pytest.mark.parametrize" eventually drop support for obsolete
versions.

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