Skip to content

Commit ebb31d0

Browse files
committed
Pin pytest-selenium to version to < 4
1 parent 1687089 commit ebb31d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deps =
3030
# fixing selenium version to have backwards-compatibility with pytest-selenium
3131
# see https://github.com/robotframework/SeleniumLibrary/issues/1835#issuecomment-1581426365
3232
selenium==4.9.0
33-
pytest-selenium
33+
pytest-selenium<4.0.0
3434
jupytext==1.15.0
3535
imageio
3636
# we fix matplotlib for consistent image tests

0 commit comments

Comments
 (0)