-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
pytest collection errors after following setup guidelines #5212
Labels
documentation
Improve or add to documentation
Comments
Also on ubuntu 20.04 and python 3.8.10 - seeing the same test failures. |
cc: @jrbourbeau |
Try to |
Thanks @QuLogic Still, lots of test failures now Details:
|
Perhaps we should add a note to the distributed developer installation docs? |
This was referenced Oct 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
After following the new contributor guidelines for distributed, pytest finds both errors in test collection and failing tests.
What you expected to happen:
I had expected the pytest suite to complete without failures.
Presumably there is something wonky with my sockets, but I haven't done anything strange recently and should have the defaults for everything in Ubuntu.
Minimal Complete Verifiable Example:
pytest collection errors:
Anything else we need to know?:
The test collection errors occur in
pytest distributed/comm/tests
Additionally, several cli tests fail on my machine as well:
pytest distributed/cli/tests
Details:
Environment:
2021.08.0
The text was updated successfully, but these errors were encountered: