commit: 05a76aa806f5a4981260232d4529cb4a3df7ad53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 05:53:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 06:46:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a76aa8
dev-python/scikit-build-core: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scikit-build-core/scikit-build-core-0.8.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/scikit-build-core/scikit-build-core-0.8.2.ebuild
b/dev-python/scikit-build-core/scikit-build-core-0.8.2.ebuild
index d49a764ca1e3..d54fc9d8d03f 100644
--- a/dev-python/scikit-build-core/scikit-build-core-0.8.2.ebuild
+++ b/dev-python/scikit-build-core/scikit-build-core-0.8.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
@@ -47,6 +47,8 @@ python_test() {
local EPYTEST_DESELECT=(
# TODO / we don't package validate_pyproject anyway
tests/test_schema.py::test_compare_schemas
+ # setuptools now respects PEP 625
+ tests/test_setuptools_pep517.py::test_pep517_sdist
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1