diff --git a/dev-python/coverage/coverage-5.0.3.ebuild b/dev-python/coverage/coverage-5.0.3.ebuild index 9e5bf5dc484c8..1598ce7400585 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 3a8dd9ab40961..6813525e24e0a 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}]