mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pytest: Enable testing on py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_TESTED=( python3_{11..13} pypy3_11 )
|
||||
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t python3_14{,t} )
|
||||
PYTHON_TESTED=( python3_{11..14} pypy3_11 )
|
||||
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@@ -111,6 +111,15 @@ python_test() {
|
||||
testing/test_skipping.py::test_errors_in_xfail_skip_expressions
|
||||
)
|
||||
;;
|
||||
python3.14*)
|
||||
EPYTEST_DESELECT+=(
|
||||
# still broken on main, as of 2025-05-14
|
||||
testing/test_unraisableexception.py::test_unraisable
|
||||
testing/test_unraisableexception.py::test_unraisable_in_setup
|
||||
testing/test_unraisableexception.py::test_unraisable_in_teardown
|
||||
testing/test_debugging.py::test_raises_bdbquit_with_eoferror
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
local EPYTEST_XDIST=1
|
||||
|
||||
Reference in New Issue
Block a user