diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-02 08:47:59 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 34993e94907bbc67ea6154f6a3462201316ad61b (patch) | |
tree | 4a870272be6b5f46d17aee3d03ad188a8989b6c2 /dev-python/CacheControl | |
parent | dev-python/pytest: Restrict failing tests (diff) | |
download | gentoo-34993e94907bbc67ea6154f6a3462201316ad61b.tar.gz gentoo-34993e94907bbc67ea6154f6a3462201316ad61b.tar.bz2 gentoo-34993e94907bbc67ea6154f6a3462201316ad61b.zip |
dev-python/CacheControl: Restrict tests bacause they are not included
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/CacheControl')
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild index f415ff9239ff..31bb559cdc4b 100644 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild @@ -25,8 +25,11 @@ DEPENDS="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " +# Not included +RESTRICT=test + python_test() { - py.test -v || die + py.test -v -v || die } pkg_postinst() { |