commit: 3f6d90cf1bfc37e819bbd9f185a14c886e7e8b01
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 4 13:10:10 2026 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jan 4 13:10:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f6d90cf
dev-python/pytest-cases: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pytest-cases/pytest-cases-3.9.1.ebuild | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-python/pytest-cases/pytest-cases-3.9.1.ebuild
b/dev-python/pytest-cases/pytest-cases-3.9.1.ebuild
index 377da80cc4..961f7b63ea 100644
--- a/dev-python/pytest-cases/pytest-cases-3.9.1.ebuild
+++ b/dev-python/pytest-cases/pytest-cases-3.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="mkdocs"
@@ -30,14 +30,10 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-harvest[${PYTHON_USEDEP}]
- dev-python/pytest-steps[${PYTHON_USEDEP}]
- )
-"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( ${PN} pytest-asyncio pytest-harvest pytest-steps
pytest-xdist )
distutils_enable_tests pytest