dev-python/python-manilaclient: ignore functional tests

Closes: https://bugs.gentoo.org/815541
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-14 22:08:10 +02:00
parent 3ffed6ca32
commit 542fc05d34

View File

@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
EPYTEST_IGNORE=( manilaclient/tests/functional )
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1