fix: Adjust tests to not depend on how pytest is invoked#1478
Merged
effigies merged 3 commits intonipy:maint/5.4.xfrom Mar 10, 2026
Merged
fix: Adjust tests to not depend on how pytest is invoked#1478effigies merged 3 commits intonipy:maint/5.4.xfrom
effigies merged 3 commits intonipy:maint/5.4.xfrom
Conversation
3f6acbc to
28c4e9a
Compare
28c4e9a to
84a6956
Compare
Closed
This was referenced Mar 10, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## maint/5.4.x #1478 +/- ##
===============================================
- Coverage 95.42% 95.41% -0.01%
===============================================
Files 209 209
Lines 29820 29822 +2
Branches 4482 4483 +1
===============================================
Hits 28455 28455
- Misses 930 931 +1
- Partials 435 436 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
python -m pytesttriggers changes inargparsebehavior (relative topytest) as of python/cpython#124799. Let's start by running some of our CI jobs withpython -m pytestto replicate #1446.Edit: Test failures in #1446 and #1476 replicated. Patching both.
Closes #1446.
Closes #1476.