George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-lsp-black


Commits:
99666b85 by George Rawlinson at 2026-07-04T09:29:43+00:00
upgpkg: 2.0.0-6

https://archlinux.org/todo/python-pkg_resources-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-lsp-black
        pkgdesc = python-lsp-server plugin that adds support to black 
autoformatter, forked from pyls-black
        pkgver = 2.0.0
-       pkgrel = 5
+       pkgrel = 6
        url = https://github.com/python-lsp/python-lsp-black
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-lsp-black
 pkgver=2.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="python-lsp-server plugin that adds support to black autoformatter, 
forked from pyls-black"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-black";
@@ -36,7 +36,10 @@ check() {
   cd ${pkgname}-${pkgver}
   python -m venv --system-site-packages test-env
   test-env/bin/python setup.py install --skip-build
-  test-env/bin/python -m pytest -vv --color=yes tests -k 'not 
test_load_config_defaults and not test_load_config_with_skip_options'
+  test-env/bin/python -m pytest -vv --color=yes tests \
+    -k 'not test_load_config_defaults and not 
test_load_config_with_skip_options' \
+    --deselect tests/test_plugin.py::test_pylsp_format_document_syntax_error \
+    --deselect tests/test_plugin.py::test_pylsp_format_range_syntax_error
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-black/-/commit/99666b85727566021c0842f3d9de275fa11e0c5d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-black/-/commit/99666b85727566021c0842f3d9de275fa11e0c5d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to