commit | 3d52f7e60c8217e24f6e3ba9ec3a2723c221d5f8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 18 16:20:35 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu May 18 23:20:35 2023 +0000 |
tree | 6c1ec52f1979b0c89d9da5b31c79744928d41890 | |
parent | 99a162a9a9e02a40c334a7411cf0e1ed636015d7 [diff] |
[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>