summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-26 19:33:11 +0100
committerMichał Górny <mgorny@gentoo.org>2025-10-26 19:46:52 +0100
commitbc4528e54f8faba788c80f08229a4da672ad3700 (patch)
tree5c598da1b846e2ef658b1a8e3f7048a1e9058abf /dev-python
parentbb8e4ed12f91e1829a98a93a65d6ea58cb27ea12 (diff)
downloadgentoo-bc4528e54f8faba788c80f08229a4da672ad3700.tar.gz
gentoo-bc4528e54f8faba788c80f08229a4da672ad3700.tar.bz2
gentoo-bc4528e54f8faba788c80f08229a4da672ad3700.zip
dev-python/cleo: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cleo/cleo-2.1.0.ebuild10
1 files 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
}