commit: 542fc05d34e92a3aab96bc0a4199780f2d8e8c46 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 14 20:08:10 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Oct 14 20:22:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=542fc05d
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 <AT> gmail.com> dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild index aca073073..4c12ba715 100644 --- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend +EPYTEST_IGNORE=( manilaclient/tests/functional ) PYTHON_COMPAT=( python3_8 ) inherit distutils-r1
