dev-python/inline-snapshot: Add missing mypy test dep

Closes: https://bugs.gentoo.org/943013
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-08 13:20:02 +01:00
parent 3683e96a2e
commit bc7ca439c8

View File

@@ -34,6 +34,7 @@ BDEPEND="
test? (
>=dev-python/dirty-equals-0.7.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-6.75.5[${PYTHON_USEDEP}]
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
>=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}]
>=dev-python/time-machine-2.10.0[${PYTHON_USEDEP}]