Adapt `TestStaticTypes` to use `@no_rerun`
Open
@sobolevn is already working on this.
Since May 28, 2024.
tests
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
Feature or enhancement
Refs https://github.com/python/cpython/pull/119660
Right now this class re-implements @no_rerun decorator:
https://github.com/python/cpython/blob/2da0dc094fa855ed4df251aab58b6f8a2b6969a1/Lib/test/test_capi/test_misc.py#L2832-L2842
It is worth fixing.
I will send a PR.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.