]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92584: test_cppext uses setuptools (#92639)
authorVictor Stinner <vstinner@python.org>
Thu, 12 May 2022 22:20:13 +0000 (00:20 +0200)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 22:20:13 +0000 (00:20 +0200)
commit4e283777229ade11012b590624bd2cf04c42436d
tree4775693153b585eef6635babcc658062994f4d47
parent8cf2906828b4ea281ea5381bf59b9052bae99f53
gh-92584: test_cppext uses setuptools (#92639)

Rewrite test_cppext to run in a virtual environment and to build the
C++ extension with setuptools rather than distutils.
Lib/test/setup_testcppext.py [new file with mode: 0644]
Lib/test/test_cppext.py