dev-python/os-vif: ignore more functional tests

Bug: https://bugs.gentoo.org/835532
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-18 09:10:51 +01:00
parent 89ade2fae8
commit 1a5f30fdd2

View File

@@ -3,7 +3,10 @@
EAPI=8
EPYTEST_IGNORE=( vif_plug_ovs/tests/functional )
EPYTEST_IGNORE=(
os_vif/tests/functional
vif_plug_ovs/tests/functional
)
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1