Commit 79925fdb authored by Brett Cannon's avatar Brett Cannon

Skip case-sensitivity tests for extension modules if _testcapi cannot be found.

parent 3c2ac448
......@@ -32,6 +32,8 @@ class ExtensionModuleCaseSensitivityTest(unittest.TestCase):
def test_main():
if ext_util.FILENAME is None:
return
support.run_unittest(ExtensionModuleCaseSensitivityTest)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment