summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 16:33:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 17:34:31 +0100
commitbbbc156562a4819fa813a6ebaad9a7b1ee2bf294 (patch)
tree5ab99756b2ce44d7eb7180b18131957f7f471556 /dev-python/pyrsistent
parentdev-python/pycuda: [QA] Fix MissingTestRestrict (diff)
downloadgentoo-bbbc156562a4819fa813a6ebaad9a7b1ee2bf294.tar.gz
gentoo-bbbc156562a4819fa813a6ebaad9a7b1ee2bf294.tar.bz2
gentoo-bbbc156562a4819fa813a6ebaad9a7b1ee2bf294.zip
dev-python/pyrsistent: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.13.0.ebuild1
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.14.2.ebuild1
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.14.4.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
index 9b38b0a61c7f..0f58e35b24cb 100644
--- a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
@@ -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}]"
diff --git a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
index 3525d1b4e851..566632f86e76 100644
--- a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
@@ -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}]"
diff --git a/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild b/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild
index 27e0c22a84ae..c5e0e02016e0 100644
--- a/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild
@@ -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}]"