From acf8ca69d323954d2afc45a34e5317085c241012 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Thu, 28 Mar 2024 15:57:28 +0100 Subject: [PATCH] UI tests: pin splinter version --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 83db9541c..1c56cfe60 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,7 @@ urllib3==2.0.7 requests==2.31.0 selenium==4.18.1 +splinter==0.21.0 pytest-splinter==3.3.2 pytest_bdd==7.0.1 pytest==7.4.4