-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update pytest-rerunfailures and pre-commit versions #9958
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
Conversation
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.
Pull Request Overview
This PR updates test/development dependency pins, primarily bumping pytest-rerunfailures and pre-commit and removing Python <3.9-specific constraints. It streamlines the requirements to Python 3.9+.
- Bump pytest-rerunfailures to >=15.0 for Python 3.9+ and drop <3.9 spec
- Bump pre-commit to >=4.0.1 for Python 3.9+ and drop <3.9 spec
- Consolidate pytest-subtests to >=0.14.1 for Python 3.9+ and remove <3.9 spec
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9958 +/- ##
=======================================
Coverage 78.67% 78.67%
=======================================
Files 153 153
Lines 19299 19299
Branches 2211 2211
=======================================
Hits 15184 15184
Misses 3816 3816
Partials 299 299
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Update pytest-rerunfailures and pre-commit versions * Update requirements/test.txt * Apply suggestion from @Copilot
No description provided.