]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 May 2023 23:20:35 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 23:20:35 +0000 (23:20 +0000)
commit3d52f7e60c8217e24f6e3ba9ec3a2723c221d5f8
tree6c1ec52f1979b0c89d9da5b31c79744928d41890
parent99a162a9a9e02a40c334a7411cf0e1ed636015d7
[3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630) (#104632)

gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630)

Just skip the tests that depend on the _testclinic extension module;
we can still run the Python tests.
(cherry picked from commit 86ee49f469b84e4b746526a00d8191d0e374a268)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_clinic.py