commit: 251f61e789699cd5d1920471c13ddb785e93b28c Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 21:57:10 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 21:57:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251f61e7
dev-python/python-lhafile: Formally flag that the tests do not work Closes: https://bugs.gentoo.org/798597 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild index 532279f61eb..1e871b03c26 100644 --- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild @@ -14,5 +14,4 @@ SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" - -# NOTE: The tests don't work, they're probably outdated. +RESTRICT="test" # The tests don't work, they're probably outdated.
