We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd45179 commit 2703e9aCopy full SHA for 2703e9a
1 file changed
Lib/test/test_peg_generator/test_c_parser.py
@@ -72,18 +72,8 @@ def test_parse(self):
72
@support.requires_subprocess()
73
class TestCParser(unittest.TestCase):
74
75
- _has_run = False
76
-
77
@classmethod
78
def setUpClass(cls):
79
- if cls._has_run:
80
- # Since gh-104798 (Use setuptools in peg-generator and reenable
81
- # tests), this test case has been producing ref leaks. Initial
82
- # debugging points to bug(s) in setuptools and/or importlib.
83
- # See gh-105063 for more info.
84
- raise unittest.SkipTest("gh-105063: can not rerun because of ref. leaks")
85
- cls._has_run = True
86
87
# When running under regtest, a separate tempdir is used
88
# as the current directory and watched for left-overs.
89
# Reusing that as the base for temporary directories
0 commit comments