Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-jedi


Commits:
77377693 by Antonio Rojas at 2025-12-26T19:31:30+01:00
upgpkg: 0.19.2-3: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-jedi
        pkgdesc = Awesome autocompletion for python
        pkgver = 0.19.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/davidhalter/jedi
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 pkgname=python-jedi
 pkgver=0.19.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Awesome autocompletion for python"
 arch=('any')
 url="https://github.com/davidhalter/jedi";
@@ -56,7 +56,13 @@ check() {
   cd jedi
   # skip pytest 6 test issues https://github.com/davidhalter/jedi/issues/1660
   # these are also skipped in upstream's Travis CI
-  pytest test -k 'not test_completion[pytest'
+  # test_find_system_environments, test_string_annotation, 
test_compiled_signature_annotation_string fail with Python 3.14
+  # https://github.com/davidhalter/jedi/issues/2064
+  pytest test -k "not test_completion[pytest] \
+                  and not test_find_system_environments \
+                  and not test_import \
+                  and not test_string_annotation \
+                  and not test_compiled_signature_annotation_string"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jedi/-/commit/773776930ba5aed3479e5fd3a07f368fb57ecb85

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jedi/-/commit/773776930ba5aed3479e5fd3a07f368fb57ecb85
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to