Date: Sunday, March 26, 2023 @ 08:45:42
  Author: arojas
Revision: 1428655

upgpkg: python-lsp-server 1.7.1-1: Update to 1.7.1

Modified:
  python-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-26 08:44:56 UTC (rev 1428654)
+++ PKGBUILD    2023-03-26 08:45:42 UTC (rev 1428655)
@@ -3,7 +3,7 @@
 # Contributor: Platon Pronko <[email protected]>
 
 pkgname=python-lsp-server
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
@@ -40,9 +40,10 @@
     python-numpy
     python-pandas
     python-pyqt5
+    python-appdirs
 )
 
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('401ce78ea2e98cadd02d94962eb32c92879caabc8055b9a2f36d7ef44acc5435')
+sha256sums=('67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -63,7 +64,7 @@
   # Disable coverage
   sed -i '/--cov/d' pyproject.toml
   # Numpy completions broken with numpy 1.23
-  pytest -vv --color=yes -k 'not test_numpy_completions'
+  pytest -vv --color=yes -k 'not test_numpy_completions and not 
test_pydocstyle_lint'
 }
 
 package() {

Reply via email to