dev-python/CacheControl: Restrict tests bacause they are not included

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-02 08:47:59 +01:00
parent 6cd4cf695f
commit 34993e9490

View File

@@ -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() {