[issue46519] test_typing failing on branch 3.10

Nikita Sobolev report at bugs.python.org
Tue Jan 25 10:34:29 EST 2022


Nikita Sobolev <mail at 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 <report at bugs.python.org>
<https://bugs.python.org/issue46519>
_______________________________________


More information about the Python-bugs-list mailing list