From ebb31d0dd456783dc1b733bc5a03d876f68659a0 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 27 Jun 2024 23:56:03 +0200 Subject: [PATCH] Pin pytest-selenium to version to < 4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4256ae2..c1af2ce 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ deps = # fixing selenium version to have backwards-compatibility with pytest-selenium # see https://github.com/robotframework/SeleniumLibrary/issues/1835#issuecomment-1581426365 selenium==4.9.0 - pytest-selenium + pytest-selenium<4.0.0 jupytext==1.15.0 imageio # we fix matplotlib for consistent image tests