build(deps): update pytest requirement from >=6.0.0 to >=9.1.0#6591
build(deps): update pytest requirement from >=6.0.0 to >=9.1.0#6591dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.0.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3c22c9c. Configure here.
| @@ -1,5 +1,5 @@ | |||
| pip | |||
| pytest>=6.0.0 | |||
| pytest>=9.1.0 | |||
There was a problem hiding this comment.
pytest floor breaks tox
High Severity
Setting pytest>=9.1.0 in requirements-testing.txt cannot be satisfied together with existing tox.ini dependency lines that still cap pytest below 7, 8, or 8.2 for several environments. Pytest 9.1 also requires Python 3.10+, while tox still installs this requirements file for Python 3.8 and 3.9 jobs, so those envs fail at install time.
Reviewed by Cursor Bugbot for commit 3c22c9c. Configure here.
Codecov Results 📊✅ 62411 passed | ⏭️ 3208 skipped | Total: 65619 | Pass Rate: 95.11% | Execution Time: 230m 34s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 3015 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.79% 87.25% -2.54%
==========================================
Files 192 192 —
Lines 23652 23652 —
Branches 8154 8154 —
==========================================
+ Hits 21238 20637 -601
- Misses 2414 3015 +601
- Partials 1344 1381 +37Generated by Codecov Action |


Updates the requirements on pytest to permit the latest version.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesDependabot 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)