dev-python/pytest: Add RESTRICT="!test? ( test )"
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 11:43:28 +0000 (12:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 12:13:43 +0000 (13:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest/pytest-3.10.1.ebuild
dev-python/pytest/pytest-4.5.0.ebuild
dev-python/pytest/pytest-5.0.1.ebuild

index 81d0bec926ba625bae6b941c37cd8c494442e2f5..551cebba719dba0f269b332d6fa56a53c9807ebd 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 # When bumping, please check setup.py for the proper py version
 PY_VER="1.5.0"
index fbee5f5f5373012230a24a49ffa584e3a87e9382..16bcc98a725798967b36e752d2780c7c4fe42841 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 # When bumping, please check setup.py for the proper py version
 PY_VER="1.5.0"
index b124d68a3a4181fd953f8d2d97bf2b096b861af7..15641dad00a64351412714e1c8b81c2261f823cb 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 # When bumping, please check setup.py for the proper py version
 PY_VER="1.5.0"