Skip to content

Commit

Permalink
dev-python/CacheControl: Restrict tests bacause they are not included
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Nov 2, 2015
1 parent 6cd4cf6 commit 34993e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-python/CacheControl/CacheControl-0.11.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 34993e9

Please sign in to comment.