Skip to content

Commit

Permalink
Add test_requirements.in
Browse files Browse the repository at this point in the history
Add test_requirements.in file.
  • Loading branch information
p-galligan committed Nov 27, 2024
1 parent 31643f3 commit eaba778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pre-commit autoupdate

- name: Update test requirements
run: pip-compile --upgrade -o test_requirements.txt
run: pip-compile --upgrade test_requirements.in test_requirements.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.2
Expand Down
2 changes: 2 additions & 0 deletions test_requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage~=7.2
pytest~=7.2

0 comments on commit eaba778

Please sign in to comment.