]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 18 May 2023 22:56:34 +0000 (00:56 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 22:56:34 +0000 (00:56 +0200)
commit86ee49f469b84e4b746526a00d8191d0e374a268
tree9d51ec4e58e848e2a18f0b6b0bc4ba4767083584
parentb9dce3aec46bf5190400bd8239fdd4ea9e64d674
gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)

Just skip the tests that depend on the _testclinic extension module;
we can still run the Python tests.
Lib/test/test_clinic.py