dev-python/csv23: Bump dev-python/pytest dep

Closes: https://bugs.gentoo.org/720744
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-03 08:30:44 +02:00
parent af43a5337f
commit 66b37c3dec

View File

@@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)"
BDEPEND="
test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
test? (
>=dev-python/pytest-4.6[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest