summaryrefslogtreecommitdiff
path: root/dev-python/pyproject-api/pyproject-api-1.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyproject-api/pyproject-api-1.5.0.ebuild')
-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
+)