summaryrefslogtreecommitdiff
path: root/dev-python/hyperlink
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r--dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
index e7588b95a3a7..331cd621e7e3 100644
--- a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
+++ b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,10 +22,5 @@ RDEPEND="
dev-python/idna[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=( hypothesis )
distutils_enable_tests pytest
-
-python_test() {
- # suppresses hypothesis health checks
- local -x CI=1
- epytest
-}