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>
This commit is contained in:
Sam James (sam_c)
2020-06-17 17:05:43 +00:00
committed by Michał Górny
parent 9d2339861e
commit 35554a63c0
2 changed files with 2 additions and 2 deletions

View File

@@ -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}]

View File

@@ -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}]