commit: 748c6da09b0d73890c8aef49cf18ea1bd49b9289
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 05:50:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 06:11:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748c6da0
dev-python/scikit-build: Deselect a test that started using Internet
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scikit-build/scikit-build-0.18.1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/scikit-build/scikit-build-0.18.1.ebuild
b/dev-python/scikit-build/scikit-build-0.18.1.ebuild
index 9673e39156dd..1d6982e04366 100644
--- a/dev-python/scikit-build/scikit-build-0.18.1.ebuild
+++ b/dev-python/scikit-build/scikit-build-0.18.1.ebuild
@@ -56,7 +56,10 @@ src_prepare() {
}
python_test() {
- local EPYTEST_DESELECT=()
+ local EPYTEST_DESELECT=(
+ # Internet (via new setuptools?)
+ tests/test_hello_cpp.py::test_hello_develop
+ )
case ${EPYTHON} in
pypy3)