Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/
Date: Sat, 14 Jul 2018 22:44:53
Message-Id: 1531608282.a37040e2bd83f976c67192b7853e24dc048b6905.mgorny@gentoo
1 commit: a37040e2bd83f976c67192b7853e24dc048b6905
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 22:34:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 22:44:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37040e2
7
8 dev-python/hpack: Remove unnecessary pytest-cov dep
9
10 dev-python/hpack/hpack-3.0.0.ebuild | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild
14 index 07eac8c2bbc..44e8da1d9ac 100644
15 --- a/dev-python/hpack/hpack-3.0.0.ebuild
16 +++ b/dev-python/hpack/hpack-3.0.0.ebuild
17 @@ -20,7 +20,6 @@ RDEPEND=""
18 DEPEND="${RDEPEND}
19 test? (
20 >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
21 - >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
22 >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
23 >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
24 !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]