commit: bc4528e54f8faba788c80f08229a4da672ad3700
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 18:33:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 18:46:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4528e5
dev-python/cleo: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cleo/cleo-2.1.0.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-python/cleo/cleo-2.1.0.ebuild
b/dev-python/cleo/cleo-2.1.0.ebuild
index d68cecdf1ccd..fda3f00f321a 100644
--- a/dev-python/cleo/cleo-2.1.0.ebuild
+++ b/dev-python/cleo/cleo-2.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1
@@ -26,12 +26,8 @@ RDEPEND="
dev-python/crashtest[${PYTHON_USEDEP}]
dev-python/rapidfuzz[${PYTHON_USEDEP}]
"
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
+EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest
src_prepare() {
@@ -51,7 +47,5 @@ python_test() {
;;
esac
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=pytest_mock
epytest
}