commit: 3fe99f441eaaa1ff6dacdcb8d8368de051e747bf Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 14 20:30:00 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Oct 14 20:30:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fe99f44
dev-python/ovsdbapp: ignore functional tests Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild b/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild index aa3512642..a460fe4dd 100644 --- a/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild +++ b/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild @@ -3,15 +3,7 @@ EAPI=8 -EPYTEST_DESELECT=( - ovsdbapp/tests/functional/backend/ovs_idl/test_backend.py - ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py - ovsdbapp/tests/functional/backend/ovs_idl/test_indexing.py - ovsdbapp/tests/functional/schema/open_vswitch/test_common_db.py - ovsdbapp/tests/functional/schema/open_vswitch/test_impl_idl.py - ovsdbapp/tests/functional/schema/ovn_northbound/test_impl_idl.py - ovsdbapp/tests/functional/schema/ovn_southbound/test_impl_idl.py -) +EPYTEST_IGNORE=( ovsdbapp/tests/functional ) PYTHON_COMPAT=( python3_8 ) inherit distutils-r1
