dev-python/scikit-build: Deselect a test that started using Internet

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-24 07:50:37 +02:00
parent eee780ebb6
commit 748c6da09b

View File

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