diff options
author | 2019-11-22 20:34:00 -0800 | |
---|---|---|
committer | 2019-11-22 20:34:00 -0800 | |
commit | 6661c0e43627b030005c41af0a38b868149d91bc (patch) | |
tree | 75ba3d1697e319d19e00e799373e824cbbe10fc0 /dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild | |
parent | dev-python/path-py: Make sure the right package name is in the egg (diff) | |
download | gentoo-6661c0e43627b030005c41af0a38b868149d91bc.tar.gz gentoo-6661c0e43627b030005c41af0a38b868149d91bc.tar.bz2 gentoo-6661c0e43627b030005c41af0a38b868149d91bc.zip |
dev-python/pytest-virtualenv: Version bump to 1.7.0
Also add RESTRICT="!test? ( test )"
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild')
-rw-r--r-- | dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild index 75e402ea41f0..6b52cfbc679a 100644 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild +++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild @@ -30,6 +30,7 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] ) " +RESTRICT="!test? ( test )" python_test() { esetup.py test |