diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-17 17:05:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-17 21:24:04 +0200 |
commit | 35554a63c028d41b1f0f3bf725fbf5702851d4d3 (patch) | |
tree | 9d9c7e40e29897a324264cb90ffa64d93e893e0e /dev-python/coverage | |
parent | www-servers/tornado: Fix testing speedups (diff) | |
download | gentoo-35554a63c028d41b1f0f3bf725fbf5702851d4d3.tar.gz gentoo-35554a63c028d41b1f0f3bf725fbf5702851d4d3.tar.bz2 gentoo-35554a63c028d41b1f0f3bf725fbf5702851d4d3.zip |
dev-python/coverage: correct test deps
This fixes my own typo in 81a8981. Apologies.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/16302
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/coverage')
-rw-r--r-- | dev-python/coverage/coverage-5.0.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/coverage/coverage-5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coverage/coverage-5.0.3.ebuild b/dev-python/coverage/coverage-5.0.3.ebuild index 9e5bf5dc484c..1598ce740058 100644 --- a/dev-python/coverage/coverage-5.0.3.ebuild +++ b/dev-python/coverage/coverage-5.0.3.ebuild @@ -20,9 +20,9 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/PyContracts[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}] diff --git a/dev-python/coverage/coverage-5.1.ebuild b/dev-python/coverage/coverage-5.1.ebuild index 3a8dd9ab4096..6813525e24e0 100644 --- a/dev-python/coverage/coverage-5.1.ebuild +++ b/dev-python/coverage/coverage-5.1.ebuild @@ -23,9 +23,9 @@ RESTRICT="test" #BDEPEND=" # test? ( -# dev-python/coverage[${PYTHON_USEDEP}] # dev-python/PyContracts[${PYTHON_USEDEP}] # dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/hypothesis[${PYTHON_USEDEP}] # dev-python/mock[${PYTHON_USEDEP}] # dev-python/pytest[${PYTHON_USEDEP}] # >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}] |