mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user