-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
PKG: Add test extra #27039
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
PKG: Add test extra #27039
Conversation
@@ -784,4 +784,11 @@ def srcpath(name=None, suffix='.pyx', subdir='src'): | |||
classifiers=CLASSIFIERS, | |||
platforms='any', | |||
python_requires='>=3.5', | |||
extras_require={ |
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-xdist should also be here i think
Codecov Report
@@ Coverage Diff @@
## master #27039 +/- ##
==========================================
+ Coverage 90.64% 92% +1.35%
==========================================
Files 180 180
Lines 50754 50754
==========================================
+ Hits 46005 46694 +689
+ Misses 4749 4060 -689
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #27039 +/- ##
==========================================
+ Coverage 90.64% 92% +1.35%
==========================================
Files 180 180
Lines 50754 50754
==========================================
+ Hits 46005 46695 +690
+ Misses 4749 4059 -690
Continue to review full report at Codecov.
|
thanks @TomAugspurger |
Closes #25593