summaryrefslogtreecommitdiff
path: root/dev-python/jedi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-15 03:04:45 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-15 03:04:45 -0500
commit2c34c3402bb20be0fbb58513da479b431ecc7320 (patch)
tree53a49676a7aa41b31db56731ff381a8dcce4d2de /dev-python/jedi
parent22ab5437b999b26eb3960d336dd392ccab062827 (diff)
downloadbaldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.tar.gz
baldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.tar.xz
baldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.zip
Adding metadata
Diffstat (limited to 'dev-python/jedi')
-rw-r--r--dev-python/jedi/jedi-0.20.0.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/jedi/jedi-0.20.0.ebuild b/dev-python/jedi/jedi-0.20.0.ebuild
index 5f974213fd54..482cf7bd384e 100644
--- a/dev-python/jedi/jedi-0.20.0.ebuild
+++ b/dev-python/jedi/jedi-0.20.0.ebuild
@@ -47,14 +47,9 @@ python_test() {
)
case ${EPYTHON} in
- pypy3.11)
+ python3.15*)
EPYTEST_DESELECT+=(
- test/test_api/test_api.py::test_preload_modules
- test/test_api/test_interpreter.py::test_param_infer_default
- test/test_inference/test_compiled.py::test_next_docstr
- test/test_inference/test_compiled.py::test_time_docstring
- test/test_inference/test_gradual/test_typeshed.py::test_module_exists_only_as_stub
- test/test_utils.py::TestSetupReadline::test_import
+ test/test_inference/test_sys_path.py::test_venv_and_pths
)
;;
esac