Nikita Sobolev <m...@sobolevn.me> added the comment:
These lines seem suspicious: ``` 0:09:12 load avg: 6.37 Re-running failed tests in verbose mode 0:09:12 load avg: 6.37 Re-running test_typing in verbose mode (matching: setUpClass) 1 re-run test: test_typing 1 test run no tests: test_typing ``` Probably this happens because the failure is in `setupClass` method, not in a test. When it try to rerun this, it does not do anything. And happily ends the suite. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46519> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com