-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add newer python excursions on appveyor #5048
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
Previous success is very deceptive: conda failed to install 3.8, but the command didn't fail, so it was actually just testing 3.6 again, but as installed from pip. Note that that excursion did take by far the least amount of time: 5 min vs 9 or 12 minutes. |
Finally, the actual error from #5047: https://ci.appveyor.com/project/Carreau/notebook/builds/28828605/job/dlj8ckiaoc5cohy5#L2718 |
Looks like that first fail is going to go the full 60 minute distance due to how it fails... someone with perms may have to kill my builds (except for maybe the last one, i guess). |
Ok, conda fiddling hopefully done now: current block-the-world error:
Will try some local repro... |
First substantive error:
|
Har, of course @minrk is already on it: |
Tests are still hanging, but there's a lot less fail: down to just two errors. Haven't had a chance to dig in to them, as i was getting entirely different errors locally... |
Well, looks like i broke it again for an hour or three... |
Great, back down to the two errors coming from ipykernel. |
Closing since appveyor is no longer applicable. Thanks for your time spent on this @bollwyvl - it's still appreciated. |
Adds python 3.7 and 3.8 to the test matrix.
Anaconda and conda-forge now both have all of our upstreams, I'm pretty sure, but it would be better to catch compatibility issues here.
refs: