]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92820: Skip test_cppext if _ctypes is missing (#92844)
authorVictor Stinner <vstinner@python.org>
Mon, 16 May 2022 11:54:45 +0000 (13:54 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 11:54:45 +0000 (13:54 +0200)
commitca0cc9c433830e14714a5cc93fb4e7254da3dd76
treefcb86034dc525577123df52c589e7a9d15a52cb8
parenta487623c6b784847a8a1e47b4597b0ae2b8def87
gh-92820: Skip test_cppext if _ctypes is missing (#92844)

Add @test.support.requires_venv_with_pip decorator.
Lib/test/support/__init__.py
Lib/test/test_cppext.py
Lib/test/test_venv.py