We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b673d2 commit 79fb6abCopy full SHA for 79fb6ab
requirements/github-actions.yml
@@ -35,8 +35,8 @@ dependencies:
35
- geckodriver
36
- robotframework >=3.2
37
- robotframework-seleniumlibrary
38
- # TODO: remove when jedi vs IPython vs python-langauge-server is resolved
+ # 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
- - ipython <7.20
42
- - pycodestyle >=2.7.0
+ - autopep8 <1.5.6 # higher requires pycodestyle incompatible with python-language-server
0 commit comments