commit: 6489b7df93243127798a843e2c6907f9b635857a Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Mar 17 13:34:40 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Thu Mar 17 13:34:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6489b7df
dev-python/os-vif: ignore functional tests Closes: https://bugs.gentoo.org/835477 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/os-vif/os-vif-2.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 6daf0b169..a5e765036 100644 --- a/dev-python/os-vif/os-vif-2.7.1.ebuild +++ b/dev-python/os-vif/os-vif-2.7.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_IGNORE=( vif_plug_ovs/tests/functional ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1
