commit: 8c1a6c2023f03438ea259265ade974be852770fa Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Mar 17 22:08:56 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Mar 17 22:08:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1a6c20
dev-python/os-testr: try installing before testing Bug: https://bugs.gentoo.org/830514 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/os-testr/os-testr-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild b/dev-python/os-testr/os-testr-2.0.1.ebuild index 5a9512fb4..5f1abdc8b 100644 --- a/dev-python/os-testr/os-testr-2.0.1.ebuild +++ b/dev-python/os-testr/os-testr-2.0.1.ebuild @@ -34,4 +34,4 @@ DEPEND=" ) " -distutils_enable_tests pytest +distutils_enable_tests --install pytest
