File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Lib/test/test_peg_generator Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -72,18 +72,8 @@ def test_parse(self):
7272@support .requires_subprocess ()
7373class TestCParser (unittest .TestCase ):
7474
75- _has_run = False
76-
7775 @classmethod
7876 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-
8777 # When running under regtest, a separate tempdir is used
8878 # as the current directory and watched for left-overs.
8979 # Reusing that as the base for temporary directories
You can’t perform that action at this time.
0 commit comments