mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-python/jedi: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
9f985a2134
commit
1a7ca2b2d7
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -84,6 +84,14 @@ python_test() {
|
||||
test/test_inference/test_gradual/test_typeshed.py::test_module_exists_only_as_stub
|
||||
)
|
||||
;;
|
||||
python3.14*)
|
||||
EPYTEST_DESELECT+=(
|
||||
# type annotation printing difference
|
||||
test/test_inference/test_mixed.py::test_compiled_signature_annotation_string
|
||||
# extra attributes in os
|
||||
test/test_utils.py::TestSetupReadline::test_import
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
# some plugin breaks case-insensitivity on completions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user