Replies: 1 comment 1 reply
-
Can you try to pass -v 3 to the test command to get some more verbose output? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In preparation for submitting a pull request, I'd like to run the tests locally, but I'm running into some difficulties. I'm trying to run them like this:
This produces:
And then it gets stuck there forever. I end up with a Python process pegged at 100% cpu:
I see the same behavior even if I limit the tests like this:
This only discovers 10 tests but still gets stuck.
Has anyone seen this behavior?
Beta Was this translation helpful? Give feedback.
All reactions