commit:     da9514ce940c7e4c6acfe17d023e4207ca11806b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  3 05:11:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  3 05:11:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9514ce

dev-python/pytest-testinfra: Enable py3.14

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

 dev-python/pytest-testinfra/pytest-testinfra-10.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-testinfra/pytest-testinfra-10.2.2.ebuild 
b/dev-python/pytest-testinfra/pytest-testinfra-10.2.2.ebuild
index 4c7f668f8114..787fcfbded89 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-10.2.2.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-10.2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 pypi
 
@@ -31,13 +31,13 @@ BDEPEND="
        )
 "
 
+EPYTEST_PLUGINS=()
 distutils_enable_tests pytest
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 
 python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x EPYTEST_DESELECT=()
+       local EPYTEST_DESELECT=()
 
        # This is the only test which actually fails if salt cannot be imported
        if ! has_version "dev-python/salt[${PYTHON_USEDEP}]"; then

Reply via email to