python3-lsp-server: update to 1.7.1

This commit is contained in:
cinerea0 2023-02-06 22:08:38 -05:00 committed by Michal Vasilek
parent 894a291631
commit 5553dd242e

View File

@ -1,6 +1,6 @@
# Template file for 'python3-lsp-server'
pkgname=python3-lsp-server
version=1.6.0
version=1.7.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
@ -16,14 +16,15 @@ license="MIT"
homepage="https://github.com/python-lsp/python-lsp-server"
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b
checksum=67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6
do_check() {
python3 -m pytest \
--ignore=test/plugins/test_completion.py \
--ignore=test/plugins/test_pydocstyle_lint.py \
--ignore=test/plugins/test_rope_rename.py \
--ignore=test/plugins/test_yapf_format.py
--ignore=test/plugins/test_yapf_format.py \
--ignore=test/plugins/test_autoimport.py
}
post_install() {