commit:     35554a63c028d41b1f0f3bf725fbf5702851d4d3
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Jun 17 17:05:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 19:24:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35554a63

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 <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/16302
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/coverage/coverage-5.0.3.ebuild | 2 +-
 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 9e5bf5dc484..1598ce74005 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 3a8dd9ab409..6813525e24e 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}]

Reply via email to