summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-07-14 12:50:00 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-07-14 12:52:15 -0400
commite6e9f6e947e193254bf7f99c6d3b83b1985450a2 (patch)
treef7b4a77cb88a4ffddce604f1ec95bb11d396e44f /dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
parentmedia-libs/freeglut: Stabilize 3.6.0 x86, #936045 (diff)
downloadgentoo-e6e9f6e947e193254bf7f99c6d3b83b1985450a2.tar.gz
gentoo-e6e9f6e947e193254bf7f99c6d3b83b1985450a2.tar.bz2
gentoo-e6e9f6e947e193254bf7f99c6d3b83b1985450a2.zip
dev-python/pyproject-hooks: deselect test that depends on changed setuptools impl
It assumes that setuptools adds a get_requires_for_build_wheel on "wheel", which is no longer true since it internally includes wheel. Bug: https://github.com/pypa/pyproject-hooks/issues/203 Closes: https://bugs.gentoo.org/936052 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild')
-rw-r--r--dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild b/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
index 8cf9f9f6f6fe..3e15fce08f50 100644
--- a/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
+++ b/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
@@ -33,3 +33,10 @@ BDEPEND="
"
distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fails due to setuptools 70.1
+ # https://bugs.gentoo.org/936052
+ # https://github.com/pypa/pyproject-hooks/issues/203
+ tests/test_call_hooks.py::test_setup_py
+)