dev-python/pytest-bdd: enable py3.14

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-06-25 03:16:32 -04:00
parent 97c6028995
commit 2e832c6139

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="BDD library for the pytest runner"
@@ -43,7 +43,7 @@ src_test() {
local EPYTEST_DESELECT=(
# https://github.com/pytest-dev/pytest-bdd/issues/779
test_errors.py::test_step_outside_scenario_or_background_error
tests/parser/test_errors.py::test_step_outside_scenario_or_background_error
)
distutils-r1_src_test