Skip to content

Commit 79fb6ab

Browse files
committed
pin autopep8 for now
1 parent 6b673d2 commit 79fb6ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/github-actions.yml

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

0 commit comments

Comments
 (0)