-
Notifications
You must be signed in to change notification settings - Fork 618
build(deps): update pytest requirement from >=6.0.0 to >=9.0.3 #6462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| pip | ||
| pytest>=6.0.0 | ||
| pytest>=9.0.3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Redis tox caps block pytest nineMedium Severity The shared Reviewed by Cursor Bugbot for commit c444e6d. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tornado pin blocks pytest nineMedium Severity
Reviewed by Cursor Bugbot for commit c444e6d. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pytest nine needs newer PythonMedium Severity Requiring Reviewed by Cursor Bugbot for commit c444e6d. Configure here. |
||
| tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11 | ||
| pytest-cov | ||
| pytest-forked | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pytest floor conflicts tox legacy
Medium Severity
Raising the shared
pytestfloor to>=9.0.3conflicts with tox’spytest<7.0.0pins on Python 3.6 and 3.7, so thosetestenvdependency sets cannot be resolved and legacy-matrix CI runs fail at install time.Reviewed by Cursor Bugbot for commit c444e6d. Configure here.