Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/
Date: Mon, 15 Oct 2018 23:37:07
Message-Id: 1539646484.55923e17dde61dd001cddf8b2348128bb7deed10.vdupras@gentoo
1 commit: 55923e17dde61dd001cddf8b2348128bb7deed10
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 23:33:31 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 23:34:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55923e17
7
8 dev-python/txaio: drop spurious testing deps
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/txaio/txaio-2.7.1.ebuild | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/dev-python/txaio/txaio-2.7.1.ebuild b/dev-python/txaio/txaio-2.7.1.ebuild
17 index 1fe2daa2e08..b40110804ca 100644
18 --- a/dev-python/txaio/txaio-2.7.1.ebuild
19 +++ b/dev-python/txaio/txaio-2.7.1.ebuild
20 @@ -29,10 +29,7 @@ DEPEND="app-arch/unzip
21 dev-python/alabaster[${PYTHON_USEDEP}]
22 )
23 test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
24 - >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
25 ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
26 - >=dev-python/tox-2.1.1[${PYTHON_USEDEP}]
27 - >=dev-python/pep8-1.6.2[${PYTHON_USEDEP}]
28 >=dev-python/pyenchant-1.6.6[${PYTHON_USEDEP}]
29 )
30 "