commit:     e6e9f6e947e193254bf7f99c6d3b83b1985450a2
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 16:50:00 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 16:52:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e9f6e9

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 <AT> gentoo.org>

 dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

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
+)

Reply via email to