-
Notifications
You must be signed in to change notification settings - Fork 893
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
Update tests for python 3.7 #277
Conversation
Codecov Report
@@ Coverage Diff @@
## master #277 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 71 71
Lines 7700 7700
=======================================
Hits 7273 7273
Misses 427 427
Continue to review full report at Codecov.
|
test-requirements.txt
Outdated
@@ -2,4 +2,4 @@ pytest==3.5.1 | |||
mock==2.0.0 | |||
pytest-xdist==1.20.1 | |||
pytest-cov==2.5.1 |
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 we try updating these packages to their most recent version?
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.
Fixed.
Looks good |
fastparquet
instead ofpyarrow
for tests becausepyarrow
does not currently support python 3.7pd.concat
DeprecationWarning
andPendingDeprecationWarning
in pytest