dev-python/hypothesis: Add PDEP on dev-python/hypothesis-gentoo

Add a PDEPEND on dev-python/hypothesis-gentoo plugin.  It is not
strictly required, but the eclass can take advantage of it to disable
health checks.  No revbump since it's an insignificant change,
and hypothesis is released frequently.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-07-15 08:44:57 +02:00
parent 6c64dc2def
commit cca7f85f4b

View File

@@ -44,6 +44,9 @@ BDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
)
"
PDEPEND="
dev-python/hypothesis-gentoo[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-rerunfailures )
EPYTEST_XDIST=1