build(deps): bump hypothesis from 6.135.26 to 6.147.0 in /Tools
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(7 months ago)
(6 months ago)
(6 months ago)
Bumps hypothesis from 6.135.26 to 6.147.0.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.147.0
This release drops support for nose, which ceased development 9 years ago and does not support Python 3.10 or newer.
Hypothesis still supports nose2. While we do not test "nose2" in our CI, we will fix any bugs that get reported.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.146.0
"
@settings" now accepts equivalent string representations for "settings.verbosity", "settings.phases", and "settings.suppress_health_check". For example:these two are now equivalent...
settings(verbosity=Verbosity.verbose) settings(verbosity="verbose")
...as are these two...
settings(phases=[Phase.explicit]) settings(phases=["explicit"])
...and these two.
settings(suppress_health_check=[HealthCheck.filter_too_much]) settings(suppress_health_check=["filter_too_much"])
This release also changes the canonical value of "Verbosity", "Phase", and "HealthCheck" members to a string instead of an integer. For example, "Phase.reuse.value == "explicit"" as of this release, where previously "Phase.reuse.value == 1".
Instantiating "Verbosity", "Phase", or "HealthCheck" with an integer, such as "Verbosity(0)", is now deprecated.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.145.1
Refactor some internal logic around strategy definitions.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.145.0
Hypothesis previously required attrs as a dependency. This release removes that dependency, so that the only required dependency of Hypothesis is sortedcontainers.
All attrs-specific features of Hypothesis, such as using "from_type()" with attrs classes, will continue to behave as before.
The canonical version of these notes (with links) is on readthedocs.
... (truncated)
Commits
0330cafBump hypothesis-python version to 6.147.0 and update changelog636e2bfMerge pull request #4592 from Liam-DeVoe/drop-noseb6282eedeflake6b28e40Merge remote-tracking branch 'upstream/master' into drop-nose51ce6b1Merge pull request #4593 from Liam-DeVoe/pytest-cicbb8dd0drop pytest46 and add pytest8 ci jobae2261cMerge remote-tracking branch 'upstream/master' into drop-nose70a2a9fdrop support for nosedb9d842Merge pull request #4591 from Liam-DeVoe/less-deterministic-tests9aaf6e4prefer random= over deterministic_PRNG- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
hypothesis
pip
6.135.26 → 6.147.0
Minor
/Tools
Technical Details
| ID: | 11546537 |
| UUID: | 3655860644 |
| Node ID: | PR_kwDOE-LkSM61CvrT |
| Host: | GitHub |
| Repository: | tj-python/cpython |