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: Sun, 15 Jul 2018 08:38:03
Message-Id: 1531643869.6a46b29ef72c17949a7e1b941b6e0e9d49facee2.mgorny@gentoo
1 commit: 6a46b29ef72c17949a7e1b941b6e0e9d49facee2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 06:40:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 08:37:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a46b29e
7
8 dev-python/hpack: Remove unnecessary pytest-xdist 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 caefcf33a67..fb38cffa6cc 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-xdist-1.14.0[${PYTHON_USEDEP}]
22 >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
23 !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
24 )