commit: 34d475061dbc6ccc3090daf413e16f0e007f6df5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 4 12:47:20 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=34d47506
dev-python/pytest-harvest: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pytest-harvest/pytest-harvest-1.10.5.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.5.ebuild
b/dev-python/pytest-harvest/pytest-harvest-1.10.5.ebuild
index f0924e5692..ac08e44850 100644
--- a/dev-python/pytest-harvest/pytest-harvest-1.10.5.ebuild
+++ b/dev-python/pytest-harvest/pytest-harvest-1.10.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
@@ -13,7 +13,10 @@ DOCS_DEPEND="dev-python/mkdocs-material"
inherit distutils-r1 docs pypi
DESCRIPTION="Store and retrieve data created during your pytest tests
execution"
-HOMEPAGE="https://pypi.org/project/pytest-harvest/
https://github.com/smarie/python-pytest-harvest"
+HOMEPAGE="
+ https://pypi.org/project/pytest-harvest/
+ https://github.com/smarie/python-pytest-harvest
+"
LICENSE="BSD"
SLOT="0"
@@ -29,11 +32,12 @@ BDEPEND="
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pytest-cases[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
)
"
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( ${PN} pytest-cases pytest-xdist )
EPYTEST_DESELECT=(
"pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results.py]"
"pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results_indirect_and_noparam.py]"