dev-python/av: deselect tests w/ network

Closes: https://bugs.gentoo.org/975870
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-05-25 01:02:21 -03:00
parent 5f3c1c310d
commit 87d11afbb2
2 changed files with 12 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-copybutton
EPYTEST_DESELECT=(
# needs network access
tests/test_doctests.py
tests/test_timeout.py
)
src_prepare() {
default

View File

@@ -55,6 +55,12 @@ EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-copybutton
EPYTEST_DESELECT=(
# needs network access
tests/test_doctests.py
tests/test_timeout.py
)
src_prepare() {
default