commit: cc98ee3677eedcf591aa4f7a0792ceff28834d89
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 10:51:35 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 11:01:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc98ee36
dev-python/ptyprocess: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ptyprocess/ptyprocess-0.5.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
index 9b1893814cc..388cb512134 100644
--- a/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
+++ b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="ISC"
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 )"
DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"