Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CacheControl/
Date: Mon, 02 Nov 2015 11:51:00
Message-Id: 1446464832.34993e94907bbc67ea6154f6a3462201316ad61b.jlec@gentoo
1 commit: 34993e94907bbc67ea6154f6a3462201316ad61b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 07:47:59 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34993e94
7
8 dev-python/CacheControl: Restrict tests bacause they are not included
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/CacheControl/CacheControl-0.11.5.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
17 index f415ff9..31bb559 100644
18 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild
19 +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
20 @@ -25,8 +25,11 @@ DEPENDS="${RDEPEND}
21 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
22 "
23
24 +# Not included
25 +RESTRICT=test
26 +
27 python_test() {
28 - py.test -v || die
29 + py.test -v -v || die
30 }
31
32 pkg_postinst() {