Skip to content

Commit 1bd983a

Browse files
Per Victor, remove check
1 parent acd8512 commit 1bd983a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_regrtest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,9 +2232,6 @@ def test_unload_tests(self):
22322232
def check_add_python_opts(self, option):
22332233
# --fast-ci and --slow-ci add "-u -W error -bb -E" options to Python
22342234

2235-
# Skip test if _testinternalcapi is missing
2236-
import_helper.import_module('_testinternalcapi')
2237-
22382235
code = textwrap.dedent(r"""
22392236
import sys
22402237
import unittest

0 commit comments

Comments
 (0)