summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-06-25 03:16:32 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-06-25 03:16:32 -0400
commit2e832c6139ea2ffc148cc578acc04ff613abfb41 (patch)
treeaf5827a1a9bac0e6083ad565d05296ab52777480 /dev-python
parent97c60289957742fd07167f0cccd2427048d2f167 (diff)
downloadgentoo-2e832c6139ea2ffc148cc578acc04ff613abfb41.tar.gz
gentoo-2e832c6139ea2ffc148cc578acc04ff613abfb41.tar.bz2
gentoo-2e832c6139ea2ffc148cc578acc04ff613abfb41.zip
dev-python/pytest-bdd: enable py3.14
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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