commit: cca7f85f4b80994d52092d8d8f0cbed7975c3a33
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 06:44:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 06:45:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca7f85f
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 <AT> gentoo.org>
dev-python/hypothesis/hypothesis-6.135.31.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/hypothesis/hypothesis-6.135.31.ebuild
b/dev-python/hypothesis/hypothesis-6.135.31.ebuild
index 083419e344e9..4e65831c9599 100644
--- a/dev-python/hypothesis/hypothesis-6.135.31.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.135.31.ebuild
@@ -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