Skip to content

Commit 6cacb16

Browse files
committed
Fix minimum required robotframework version
(4.x does not work with our tests anymore)
1 parent 5c85474 commit 6cacb16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/atest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# acceptance test dependencies for jupyter_lsp
22
-r ./lab.txt
33
bs4
4-
robotframework >=4
4+
robotframework >=5
55
robotframework-lsp
66
robotframework-seleniumlibrary
77
robotkernel

requirements/atest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- firefox
99
- geckodriver
1010
- jupyterlab_robotmode
11-
- robotframework >=4
11+
- robotframework >=5
1212
- robotframework-seleniumlibrary
1313
- robotkernel

0 commit comments

Comments
 (0)