]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)
authorSam Gross <colesbury@gmail.com>
Fri, 29 Sep 2023 20:50:51 +0000 (20:50 +0000)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 20:50:51 +0000 (13:50 -0700)
commit2973970af8fb3f117ab2e8ab2d82e8a541fcb1da
tree60d79d0616269e515e80a8338a98c6d6d56afbb0
parent5ae6c6d053311d411a077200f85698d51d5fe8b9
gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)

The current version of pip does not support "t" in the ABI flags. Skip
the test in `--disable-gil` builds until we can update pip.
Lib/test/test_cppext/__init__.py