commit: 48862e7540eb7a7edb2cb7215fbe178a5d6350ae Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Jun 2 08:16:43 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Jun 2 08:16:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48862e75
dev-python/trivup: restrict test Closes: https://bugs.gentoo.org/849242 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/trivup/trivup-0.10.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/trivup/trivup-0.10.0.ebuild b/dev-python/trivup/trivup-0.10.0.ebuild index 3dec678e0..7458b7cb6 100644 --- a/dev-python/trivup/trivup-0.10.0.ebuild +++ b/dev-python/trivup/trivup-0.10.0.ebuild @@ -25,4 +25,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" +RESTRICT="test" # tests try to download and install kafka + distutils_enable_tests pytest
