This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobolevn
Recipients kj, mscastanho, sobolevn
Date 2022-01-25.15:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643124869.08.0.918263929249.issue46519@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-25 15:34:29sobolevnsetrecipients: + sobolevn, mscastanho, kj
2022-01-25 15:34:29sobolevnsetmessageid: <1643124869.08.0.918263929249.issue46519@roundup.psfhosted.org>
2022-01-25 15:34:29sobolevnlinkissue46519 messages
2022-01-25 15:34:29sobolevncreate