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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-09-03 07:11:25 +02:00
parent 739ba77e1f
commit da9514ce94

View File

@@ -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