From 4258d45cbb8ee48a109126fdfd52fa11c0738d67 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.0.0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4256ae2..6903db4 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