-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove dependency on pytest-subtests. #379
Conversation
Codecov Report
@@ Coverage Diff @@
## master #379 +/- ##
==========================================
- Coverage 76.49% 76.46% -0.03%
==========================================
Files 45 45
Lines 7130 7130
==========================================
- Hits 5454 5452 -2
- Misses 1676 1678 +2
Continue to review full report at Codecov.
|
@klywang Can you please review? |
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.
Everything looks good!
Description
This PR changes a small number of tests that relied on the
pytest-subtests
plugin.Motivation and Context
The
pytest-subtests
plugin was causing some trouble because upgrades topytest
broke compatibility withpytest-subtests
on two separate occasions:Types of Changes
Checklist:
If necessary: