diff options
author | 2019-11-22 20:12:32 -0800 | |
---|---|---|
committer | 2019-11-22 20:12:32 -0800 | |
commit | a7aab5104a15a98b3de193b6a6b47b5688b36897 (patch) | |
tree | c64062bccc2b19e23b25aefcf38262f0b0ee126b /dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild | |
parent | dev-python/path-py: Version bump to 11.5.2 (diff) | |
download | gentoo-a7aab5104a15a98b3de193b6a6b47b5688b36897.tar.gz gentoo-a7aab5104a15a98b3de193b6a6b47b5688b36897.tar.bz2 gentoo-a7aab5104a15a98b3de193b6a6b47b5688b36897.zip |
dev-python/pytest-shutil: Bump to 1.7.0, RESTRICT for CI
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-shutil/pytest-shutil-1.2.11.ebuild')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild index 9baee13e9a76..10ae8992e31c 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild @@ -29,6 +29,7 @@ DEPEND=" dev-python/setuptools-git[${PYTHON_USEDEP}] test? ( ${RDEPEND} ) " +RESTRICT="!test? ( test )" python_test() { # various pickling errors, but code works to run pytest-virtualenv tests |