Skip to content

Commit

Permalink
Merge pull request #22 from ashu-011/fix_pytest_version
Browse files Browse the repository at this point in the history
Fix pytest to use earlier version due to failure
  • Loading branch information
ashu-011 authored May 3, 2024
2 parents ea5b9b4 + 2310962 commit 252d031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 252d031

Please sign in to comment.