[arch-commits] Commit in python-language-server/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu May 14 10:38:55 UTC 2020


    Date: Thursday, May 14, 2020 @ 10:38:54
  Author: foxboron
Revision: 627913

upgpkg: python-language-server 0.32.0-1

Ignored pyqt test until further notice

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 10:24:00 UTC (rev 627912)
+++ PKGBUILD	2020-05-14 10:38:54 UTC (rev 627913)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.31.8
+pkgver=0.32.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -24,7 +24,7 @@
               "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server"
               "python-numpy" "python-pandas" "python-matplotlib")
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f5685e1a6a3f6a2529ff75ea0676c59e769024302b2434564a5e7005d056eb82')
+sha256sums=('3702a133100d1540e6789c01f1a183b2668262078fbb17b4d2495f5999e2ba48')
 
 build() {
     cd "${pkgname}-${pkgver}"
@@ -33,7 +33,7 @@
 
 check() {
     cd "${pkgname}-${pkgver}"
-    py.test
+    py.test -k 'not test_pyqt_completion'
 }
 
 package() {



More information about the arch-commits mailing list