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/priority/
Date: Sun, 15 Jul 2018 08:38:02
Message-Id: 1531643870.16271c846ad125b0f8d9f0a871698fe82b210c12.mgorny@gentoo
1 commit: 16271c846ad125b0f8d9f0a871698fe82b210c12
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 07:00:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 08:37:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16271c84
7
8 dev-python/priority: Remove unnecessary test deps
9
10 dev-python/priority/priority-1.3.0.ebuild | 2 --
11 1 file changed, 2 deletions(-)
12
13 diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild
14 index 39cb4d69564..2ab133256ca 100644
15 --- a/dev-python/priority/priority-1.3.0.ebuild
16 +++ b/dev-python/priority/priority-1.3.0.ebuild
17 @@ -23,8 +23,6 @@ DEPEND="
18 dev-python/setuptools[${PYTHON_USEDEP}]
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 )
25 "