From 2e832c6139ea2ffc148cc578acc04ff613abfb41 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 25 Jun 2025 03:16:32 -0400 Subject: dev-python/pytest-bdd: enable py3.14 Signed-off-by: Ionen Wolkens --- dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild b/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild index 1d7c8b96a927..089f3f9b4372 100644 --- a/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild @@ -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 -- cgit v1.2.3