Skip to content

Commit da7e5f6

Browse files
authored
Merge pull request #416 from takluyver/fix-selenium-error-acceptance-tests
Work around incompatibility (missing firefox_profile arg) for acceptance tests
2 parents 710e79a + 62624d0 commit da7e5f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ acceptance = [
6262
"jupyter-server-proxy[test]",
6363
"notebook <7",
6464
"robotframework-jupyterlibrary >=0.4.2",
65+
# Work around https://github.com/robotframework/SeleniumLibrary/issues/1836
66+
"selenium <4.10",
6567
]
6668

6769

0 commit comments

Comments
 (0)