build(deps): update pytest requirement from >=6.0.0 to >=8.4.2#6144
build(deps): update pytest requirement from >=6.0.0 to >=8.4.2#6144dependabot[bot] wants to merge 1 commit intomasterfrom
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...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Results 📊✅ 2215 passed | ⏭️ 244 skipped | Total: 2459 | Pass Rate: 90.08% | Execution Time: 5m 45s All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 12635 uncovered lines. Generated by Codecov Action |
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 295a8b9. Configure here.
| @@ -1,5 +1,5 @@ | |||
| pip | |||
| pytest>=6.0.0 | |||
| pytest>=8.4.2 | |||
There was a problem hiding this comment.
Unsatisfiable pytest constraints in multiple tox environments
High Severity
The pytest>=8.4.2 minimum in requirements-testing.txt conflicts with existing pytest upper bounds in tox.ini. This creates unsatisfiable dependency constraints for environments like {py3.6,py3.7}-common/{py3.6,py3.7}-gevent (pytest<7.0.0), redis (pytest<8.0.0), and tornado-v6.0.4 (pytest<8.2), leading to pip resolution failures and broken CI.
Reviewed by Cursor Bugbot for commit 295a8b9. Configure here.


Updates the requirements on pytest to permit the latest version.
Release notes
Sourced from pytest's releases.
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)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)