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