Skip to content

Commit 4cd9632

Browse files
authored
Merge pull request jupyter-lsp#650 from krassowski/fix-lint-ci
Pin robotframework for lint step on CI
2 parents dce878f + f09aeee commit 4cd9632

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- isort
1111
- mypy
1212
- robotframework-lint >=1.1
13-
- robotframework >=4
13+
- robotframework >=4,<4.1
1414
- pytest-tornasync
15-
- pip:
16-
- types-six
15+
- types-six

0 commit comments

Comments
 (0)