tests/tests_core/test_api_test.py often hangs during test cleanup #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected Behavior
pytestquits after successfully running the tests.Actual Behavior
After printing
6 passed, 1 warning, pytest stalls and never returns. ctrl+c shows that a thread can't shutdown because it never gets a lock.The single tests usually quit successfully.
Sometimes (but not during every run) also this traceback appears:
Hm, sometimes it also works. Weeeeird
tests/tests_core/test_api_test.py never exits correctlyto tests/tests_core/test_api_test.py often hangs during test cleanupIf it hangs, the CPU is at 100%
fixed in #9.