-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Travis fails on Linux Python development versions #1402
Comments
The Travis-mandated |
(I updated my message above to fix the link to the Travis report.) Apparently virtualenv 20 is a complete rewrite with a bunch of bugs, but they get fixed really quickly, including the one that we care about here: pypa/virtualenv#1576 @BanzaiMan mentions that the next build will kick-off within the next 24 hours, which should hopefully fix the bug. |
See https://travis-ci.org/python-trio/trio/builds/648727502 for an example. The failure occurs before we can do anything about it, it's Travis who's running the failing
pip --version
call.I opened https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180 and wrote to Travis support. Our options:
I'd like to wait for a fix to see if the nightly build is fixed. If it's not fixed, then I'd like to allow failures until next Monday. If it's still an issue next Monday, then we'll figure out what to do.
The text was updated successfully, but these errors were encountered: