-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: clean up to change setup.cfg to xfail_strict = True
(GH23057)
#23721
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
TST: clean up to change setup.cfg to xfail_strict = True
(GH23057)
#23721
Conversation
Hello @dcreekp! Thanks for updating the PR.
Comment last updated on November 15, 2018 at 20:09 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #23721 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 161 161
Lines 51562 51562
=======================================
Hits 47599 47599
Misses 3963 3963
Continue to review full report at Codecov.
|
1678ed2
to
dac4c0d
Compare
Looks like there are some xfailing tests that are passing: https://travis-ci.org/pandas-dev/pandas/jobs/455669456#L2806 There may be others in https://travis-ci.org/pandas-dev/pandas/builds/455669455?utm_source=github_status&utm_medium=notification, I only looked at the first build. The ones that are flaky should be |
@TomAugspurger @jbrockmendel |
this one https://travis-ci.org/pandas-dev/pandas/jobs/455669458 |
can you rebase |
you are picking up other changes. merge master and push again. |
better for this one |
31daf46
to
1ec162b
Compare
Diff looks good here. CI is still failing from tests xpassing. You may need to add conditions or https://travis-ci.org/pandas-dev/pandas/jobs/461026497#L2987 |
can you merge master and let's see the ci run again. |
lgtm. @TomAugspurger |
Thanks @dcreekp! This will be very useful. |
Awesome. |
git diff upstream/master -u -- "*.py" | flake8 --diff