summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-04 09:31:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-04 09:33:07 +0100
commit3e2188afa13d6208ba8323c7747a499d2b99c688 (patch)
treeb2accea621bb52c304216ac75ffb2eeae5677f5c /dev-python/pyproject-api
parentdev-perl/Math-GMP: Stabilize 2.250.0 x86, #899508 (diff)
downloadgentoo-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.ebuild5
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
+)