commit:     de71de924edd1a79543ef2a1cb831c49589db556
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  8 14:25:32 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  8 14:42:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de71de92

dev-python/pyarrow: Move hypothesis to EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyarrow/pyarrow-21.0.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pyarrow/pyarrow-21.0.0.ebuild 
b/dev-python/pyarrow/pyarrow-21.0.0.ebuild
index ffa6e7928bcf..6d1bc8f84084 100644
--- a/dev-python/pyarrow/pyarrow-21.0.0.ebuild
+++ b/dev-python/pyarrow/pyarrow-21.0.0.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 BDEPEND="
        test? (
                dev-python/cffi[${PYTHON_USEDEP}]
-               dev-python/hypothesis[${PYTHON_USEDEP}]
                dev-python/packaging[${PYTHON_USEDEP}]
                dev-python/pandas[${PYTHON_USEDEP}]
                dev-python/pytz[${PYTHON_USEDEP}]
@@ -51,7 +50,7 @@ BDEPEND="
        )
 "
 
-EPYTEST_PLUGINS=()
+EPYTEST_PLUGINS=( hypothesis )
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

Reply via email to