commit: 28fde03671ba1aef1aa6387d3798e2490c805e89 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Oct 9 16:32:53 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Oct 9 17:00:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28fde036
dev-python/browserstack-local-python: disable tests, need API key Closes: https://bugs.gentoo.org/817224 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> .../browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild b/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild index d68249af6..a720e301a 100644 --- a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild +++ b/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild @@ -18,4 +18,6 @@ SLOT="0" RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +RESTRICT="test" # tests need API key + distutils_enable_tests unittest
