dev-python/pyrsistent: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:33:01 +0000 (16:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:31 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
dev-python/pyrsistent/pyrsistent-0.14.4.ebuild

index 9b38b0a61c7f391b19805d42686ba044de74ad57..0f58e35b24cb07d77ef659eae3c75a7c16f1e772 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"
index 3525d1b4e851b2c78cadfef55b6867db8a70fb37..566632f86e76ea63236fecaf04d45efa9c881f69 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"
index 27e0c22a84ae107244db6a0a626c5f40be7a0db4..c5e0e02016e0551f7dc5725f027cf88f9ae20305 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"