commit:     bbbc156562a4819fa813a6ebaad9a7b1ee2bf294
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 15:33:01 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:34:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbc1565

dev-python/pyrsistent: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyrsistent/pyrsistent-0.13.0.ebuild | 1 +
 dev-python/pyrsistent/pyrsistent-0.14.2.ebuild | 1 +
 dev-python/pyrsistent/pyrsistent-0.14.4.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
index 9b38b0a61c7..0f58e35b24c 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 3525d1b4e85..566632f86e7 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 27e0c22a84a..c5e0e02016e 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}]"

Reply via email to