-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Removing SimpleMock test from pandas.util.testing #21482
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
Removing SimpleMock test
restarted the HTTP failure. |
@@ -2263,37 +2263,6 @@ def wrapper(*args, **kwargs): | |||
with_connectivity_check = network | |||
|
|||
|
|||
class SimpleMock(object): |
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.
Looks like SimpleMock is used in stdin_encoding
below. Can you see if stdin_encoding
is used anywhere, and maybe remove it too?
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.
@TomAugspurger Sure, will do
removed `stdin_encoding`
Codecov Report
@@ Coverage Diff @@
## master #21482 +/- ##
==========================================
+ Coverage 91.89% 91.92% +0.02%
==========================================
Files 153 153
Lines 49604 49585 -19
==========================================
- Hits 45584 45581 -3
+ Misses 4020 4004 -16
Continue to review full report at Codecov.
|
@TomAugspurger any suggestions on how this could pass travis? |
lint issue |
lgtm. ping on green. |
@jreback . build and tests passed. |
thanks @uds5501 |
Removing SimpleMock test
git diff upstream/master -u -- "*.py" | flake8 --diff