summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 12:22:51 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 12:28:43 +0100
commitde62e57a40beadee85c71aaad4ed569515aa43e6 (patch)
treef60661a624f3e4c8f43687761a8352f196215ced /dev-python/pydantic
parentdev-python/pyproject2setuppy: Remove old (diff)
downloadgentoo-de62e57a40beadee85c71aaad4ed569515aa43e6.tar.gz
gentoo-de62e57a40beadee85c71aaad4ed569515aa43e6.tar.bz2
gentoo-de62e57a40beadee85c71aaad4ed569515aa43e6.zip
dev-python/pydantic: Add missing test dep on pytest-mock
Closes: https://bugs.gentoo.org/775008 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydantic')
-rw-r--r--dev-python/pydantic/pydantic-1.8.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pydantic/pydantic-1.8.1.ebuild b/dev-python/pydantic/pydantic-1.8.1.ebuild
index 24abb2f3c8c4..26b8dccc514f 100644
--- a/dev-python/pydantic/pydantic-1.8.1.ebuild
+++ b/dev-python/pydantic/pydantic-1.8.1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/python-email-validator[${PYTHON_USEDEP}]
)
"