-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Tests stalling failing on Python 3.6 in CI #273
Comments
The issue doesn't occur for me locally (on macOS nor Ubuntu Focal in container), so I'll be remote troubleshooting on GHA. |
Here's something weird: this run failed while this run passed at the exact same hash. |
I now suspect this is another manifestation of pypa/pip#9143, where pytest-black or perhaps another of the test dependencies relies on I'm going to try building a refreshed ubuntu:focal with latest tox and see if I can replicate the issue that way. |
As hard as I tried, I was unable to replicate the issue locally (even pinning to same pip version 20.3.1). Nevertheless, copying the workaround from pytest-checkdocs did the trick, so I'm going with that for now. |
As early as this run, tests on Python 3.6 often fail to complete, timing out after 6h.
The text was updated successfully, but these errors were encountered: