We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd8512 commit 1bd983aCopy full SHA for 1bd983a
Lib/test/test_regrtest.py
@@ -2232,9 +2232,6 @@ def test_unload_tests(self):
2232
def check_add_python_opts(self, option):
2233
# --fast-ci and --slow-ci add "-u -W error -bb -E" options to Python
2234
2235
- # Skip test if _testinternalcapi is missing
2236
- import_helper.import_module('_testinternalcapi')
2237
-
2238
code = textwrap.dedent(r"""
2239
import sys
2240
import unittest
0 commit comments