Skip to content

Commit 2326406

Browse files
committed
Update more yml files to use the pyls fork
1 parent fa4e576 commit 2326406

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pyls-black
2020
- pyls-isort
2121
- pyls-mypy
22-
- python-language-server
22+
- python-lsp-server
2323
- ruamel_yaml
2424
# for R language server and kernel
2525
- r

docs/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pandas
1818
- pytest-check-links
1919
- myst-nb
20-
- python-language-server
20+
- python-lsp-server
2121
- sphinx
2222
- sphinx-autodoc-typehints
2323
- sphinx-copybutton

requirements/github-actions.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ dependencies:
3535
- geckodriver
3636
- robotframework >=4
3737
- robotframework-seleniumlibrary
38-
# TODO: remove when jedi vs IPython vs python-language-server is resolved
39-
- jedi <0.18
40-
- ipython <7.20 # higher basically broken _without_ jedi 0.18
41-
- python-language-server ==0.36.2
42-
- autopep8 <1.5.6 # higher requires pycodestyle incompatible with python-language-server
38+
- python-lsp-server

0 commit comments

Comments
 (0)