commit:     6e70fad3f9faa302a0adca89a42b6a4d25685160
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 10:51:22 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 11:01:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e70fad3

dev-python/pretend: Fix remaining MissingTestRestrict

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

 dev-python/pretend/pretend-1.0.8-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pretend/pretend-1.0.8-r1.ebuild 
b/dev-python/pretend/pretend-1.0.8-r1.ebuild
index 2b9ca91dc1e..f7800f84636 100644
--- a/dev-python/pretend/pretend-1.0.8-r1.ebuild
+++ b/dev-python/pretend/pretend-1.0.8-r1.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

Reply via email to