commit: c882598328a7b51abe0906319ae29c3479e548ad Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Apr 23 00:25:46 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Apr 23 01:52:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8825983
sys-cluster/placement: ignore functional tests Closes: https://bugs.gentoo.org/840032 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sys-cluster/placement/placement-7.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/placement/placement-7.0.0.ebuild b/sys-cluster/placement/placement-7.0.0.ebuild index 72dee89eb..de17ce395 100644 --- a/sys-cluster/placement/placement-7.0.0.ebuild +++ b/sys-cluster/placement/placement-7.0.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_IGNORE=( placement/tests/functional ) MYP="${P//_/}" PYTHON_COMPAT=( python3_{8..9} )
