emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elpa ffe79b9 34/71: Pin pyls to 0.31.10


From: João Távora
Subject: [elpa] externals/elpa ffe79b9 34/71: Pin pyls to 0.31.10
Date: Wed, 16 Dec 2020 11:42:20 -0500 (EST)

branch: externals/elpa
commit ffe79b9cae79d5d60b79795beea6c94b21f9f147
Author: Andrii Kolomoiets <andreyk.mad@gmail.com>
Commit: GitHub <noreply@github.com>

    Pin pyls to 0.31.10
    
    Fix `No support for renaming in Python 2/3.5 with Jedi` error in 
`rename-a-symbol` test.
    
    * (.travis.yml): Specify pyls version.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1c04ef5..085eebd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ install:
   # Install https://github.com/palantir/python-language-server
   - virtualenv .
   - . ./bin/activate
-  - pip install 'python-language-server[all]'
+  - pip install 'python-language-server[all]==0.31.10'
   # Install eclipse.jdt.ls
   - curl -fSL 
http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz 
-o eclipse.tar.gz
   - mkdir eclipse.jdt.ls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]