From: Aaron Bauman Date: Sun, 24 Nov 2019 17:18:49 +0000 (-0500) Subject: dev-python/fs: fix QA warning about tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c2947a24597468537bfe3290de649ce43a7f387;p=gentoo.git dev-python/fs: fix QA warning about tests Signed-off-by: Aaron Bauman --- diff --git a/dev-python/fs/fs-2.4.8.ebuild b/dev-python/fs/fs-2.4.8.ebuild index 24cbad85b702..954b646005e7 100644 --- a/dev-python/fs/fs-2.4.8.ebuild +++ b/dev-python/fs/fs-2.4.8.ebuild @@ -18,6 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]