diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-04 09:31:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-04 09:33:07 +0100 |
commit | 3e2188afa13d6208ba8323c7747a499d2b99c688 (patch) | |
tree | b2accea621bb52c304216ac75ffb2eeae5677f5c /dev-python/pyproject-api | |
parent | dev-perl/Math-GMP: Stabilize 2.250.0 x86, #899508 (diff) | |
download | gentoo-3e2188afa13d6208ba8323c7747a499d2b99c688.tar.gz gentoo-3e2188afa13d6208ba8323c7747a499d2b99c688.tar.bz2 gentoo-3e2188afa13d6208ba8323c7747a499d2b99c688.zip |
dev-python/pyproject-api: Skip the test requiring Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyproject-api')
-rw-r--r-- | dev-python/pyproject-api/pyproject-api-1.5.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pyproject-api/pyproject-api-1.5.0.ebuild b/dev-python/pyproject-api/pyproject-api-1.5.0.ebuild index cc2472593940..7011a65f8211 100644 --- a/dev-python/pyproject-api/pyproject-api-1.5.0.ebuild +++ b/dev-python/pyproject-api/pyproject-api-1.5.0.ebuild @@ -40,3 +40,8 @@ BDEPEND=" distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +EPYTEST_DESELECT=( + # requires Python 2 installed + tests/test_frontend.py::test_can_build_on_python_2 +) |