⬆ Bump hypothesis from 6.150.0 to 6.151.5
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
dependencies python
Bumps hypothesis from 6.150.0 to 6.151.5.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.151.5
This patch teaches our pytest plugin to :ref:
find interesting constants <v6.131.1>when pytest is collecting tests, to avoid arbitrarily attributing the latency to whichever test function happened to be executed first (issue #4627).The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.4
This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.3
This patch makes Hypothesis more tolerant of slow-to-satisfy "assume()" calls. Previously, Hypothesis would give up after "max_examples * 10" attempts; now it uses a statistical test to stop only when 99% confident that <1% of examples would pass (issue #4623).
Thanks to
@ajdavisfor this improvement!The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.2
Format our code with the latest version of black.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.1
Improve internal categorization of test cases when an alternative backend raises "BackendCannotProceed".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.0
Add 2025.12 to the list of recognized Array API versions in "hypothesis.extra.array_api".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.150.3
Hypothesis now generates powers of 2 more often when using "integers()".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.150.2
Update some internal type hints.
... (truncated)
Commits
a2c1b52Bump hypothesis-python version to 6.151.5 and update changelogd090275Merge pull request #4653 from Zac-HD/better-timingsbe8183cbetter cost attributionfefce87Bump hypothesis-python version to 6.151.4 and update changelogcfb0d37Merge pull request #4650 from Liam-DeVoe/stopping-rulee4d7549drop long commenta09166cadjust stopping rulef3d71e9Bump hypothesis-python version to 6.151.3 and update changelog42126d6Merge pull request #4643 from ajdavis/issue-4623-filter-conditionf69cad6response to comments- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13511680 |
| UUID: | 3897563802 |
| Node ID: | PR_kwDORAsOys7BhMZG |
| Host: | GitHub |
| Repository: | Driver-Adam-Testing/python-backend-test-d |