-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
REF/TST: remove patch from testing.py #24515
Conversation
import glob | ||
import os | ||
from warnings import catch_warnings |
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.
can u remove this file from setup.cfg (as u have i sorted it)
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.
done
Codecov Report
@@ Coverage Diff @@
## master #24515 +/- ##
==========================================
+ Coverage 31.88% 31.88% +<.01%
==========================================
Files 166 166
Lines 52434 52425 -9
==========================================
- Hits 16718 16717 -1
+ Misses 35716 35708 -8
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24515 +/- ##
==========================================
+ Coverage 31.88% 31.88% +<.01%
==========================================
Files 166 166
Lines 52434 52425 -9
==========================================
- Hits 16718 16717 -1
+ Misses 35716 35708 -8
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24515 +/- ##
==========================================
+ Coverage 31.88% 31.88% +<.01%
==========================================
Files 166 166
Lines 52434 52425 -9
==========================================
- Hits 16718 16717 -1
+ Misses 35716 35708 -8
Continue to review full report at Codecov.
|
thanks! if you happen to isort things, and its on the list can edit setup.cfg in the future (also PR's to finish that up ok too!) |
logical follow-on from #24501
replace use of
patch
fromtesting.py
withpytest
builtin fixturemonkeypatch