-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Change conda channel order for Windows builds #28357
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
Do we also need the https://conda-forge.org/docs/user/tipsandtricks.html#how-to-fix-it |
@xhochy the failure you get in |
No, we shouldn't need it as it is the default in conda 4.7. |
Cool, that saves me from looking into this. What should I do to work around this? xfail for Also is this is change worth a whatsnew entry? |
Yes, something like that
Not need if you are OK with that ;) |
if pyarrow.__version__.startswith("0.14"): | ||
pytest.xfail( | ||
"Reading fastparquet with pyarrow in 0.14 fails: " | ||
"https://issues.apache.org/jira/browse/ARROW-6492" |
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.
In principle this also depends on the fastparquet version, but probably easier to just skip it altogether like you do. It might that this fails on 0.13 as well, not sure.
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.
It was failing for 0.13 too and I've added this to the XFail.
Looks good (doc build failure is unrelated). @xhochy I think you'll need to remove the WIP flag. |
@TomAugspurger Done. |
The docs failure is indeed unrelated (problem with downloading from url) |
Thanks @xhochy ! |
@meeseeksdev backport to 0.25.x |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff