diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-15 12:43:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-15 13:13:43 +0100 |
commit | c5a3546af338ceaa4181fc8bacf29ed7017a2ae1 (patch) | |
tree | 902dc4a65dff2c94b3dd2b129bf3b5858973a41b /dev-python/pytest | |
parent | dev-python/packaging: Fix UnnecessarySlashStrip (diff) | |
download | gentoo-c5a3546af338ceaa4181fc8bacf29ed7017a2ae1.tar.gz gentoo-c5a3546af338ceaa4181fc8bacf29ed7017a2ae1.tar.bz2 gentoo-c5a3546af338ceaa4181fc8bacf29ed7017a2ae1.zip |
dev-python/pytest: Add RESTRICT="!test? ( test )"
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-3.10.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest/pytest-4.5.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest/pytest-5.0.1.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild index 81d0bec926ba..551cebba719d 100644 --- a/dev-python/pytest/pytest-3.10.1.ebuild +++ b/dev-python/pytest/pytest-3.10.1.ebuild @@ -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" diff --git a/dev-python/pytest/pytest-4.5.0.ebuild b/dev-python/pytest/pytest-4.5.0.ebuild index fbee5f5f5373..16bcc98a7257 100644 --- a/dev-python/pytest/pytest-4.5.0.ebuild +++ b/dev-python/pytest/pytest-4.5.0.ebuild @@ -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" diff --git a/dev-python/pytest/pytest-5.0.1.ebuild b/dev-python/pytest/pytest-5.0.1.ebuild index b124d68a3a41..15641dad00a6 100644 --- a/dev-python/pytest/pytest-5.0.1.ebuild +++ b/dev-python/pytest/pytest-5.0.1.ebuild @@ -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" |