Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-lsp
Commits:
a74e577f by Jelle van der Waa at 2025-12-27T15:57:20+01:00
upgpkg: 0.4.3-4: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-lsp
pkgdesc = Pytest plugin for end-to-end testing of language servers
pkgver = 0.4.3
- pkgrel = 3
+ pkgrel = 4
url = https://lsp-devtools.readthedocs.io
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-pytest-lsp
_name=${pkgname#python-}
pkgver=0.4.3
-pkgrel=3
+pkgrel=4
pkgdesc='Pytest plugin for end-to-end testing of language servers'
arch=(any)
url=https://lsp-devtools.readthedocs.io
@@ -35,7 +35,7 @@ check() {
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
test-env/bin/python -m installer ../lsp-devtools/dist/*.whl
- PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest
+ PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -W
ignore::ResourceWarning -m pytest -vv
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lsp/-/commit/a74e577f8d04c661a421591bb005a21be402f2e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lsp/-/commit/a74e577f8d04c661a421591bb005a21be402f2e7
You're receiving this email because of your account on gitlab.archlinux.org.