From cc1a48d79207966284c8873fffa6848bb39b622d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 30 Nov 2019 22:34:28 -0700 Subject: dev-python/snakeoil: add missing conditional test RESTRICT Signed-off-by: Tim Harder --- dev-python/snakeoil/snakeoil-0.7.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild index fa95be1778c4..5a750a275945 100644 --- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild @@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad