From 2310962c1f263017d937ebccd7d44e44086c35ee Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 3 May 2024 12:26:32 +0530 Subject: [PATCH] Fix pytest to use earlier version due to failure --- roles/infrared-horizon-selenium/tasks/run_selenium_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infrared-horizon-selenium/tasks/run_selenium_tests.yml b/roles/infrared-horizon-selenium/tasks/run_selenium_tests.yml index 524a731..fe75729 100644 --- a/roles/infrared-horizon-selenium/tasks/run_selenium_tests.yml +++ b/roles/infrared-horizon-selenium/tasks/run_selenium_tests.yml @@ -10,7 +10,7 @@ - name: Install python test dependencies in virtual environment pip: name: - - pytest + - pytest==7.3.2 - pytest-django - pytest-html - Django==2.2.28