From 1a5f30fdd2fb9b405c274fef3b90e66eff4e4275 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 18 Mar 2022 09:10:51 +0100 Subject: [PATCH] dev-python/os-vif: ignore more functional tests Bug: https://bugs.gentoo.org/835532 Signed-off-by: Alessandro Barbieri --- dev-python/os-vif/os-vif-2.7.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/os-vif/os-vif-2.7.1.ebuild b/dev-python/os-vif/os-vif-2.7.1.ebuild index a5e765036b..c595853517 100644 --- a/dev-python/os-vif/os-vif-2.7.1.ebuild +++ b/dev-python/os-vif/os-vif-2.7.1.ebuild @@ -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