mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pytest-bdd: enable py3.14
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user