Skip to content

Commit

Permalink
Add file for test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 20, 2023
1 parent 9a5374d commit 2cd0f0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
- name: Install pygit2 binary wheel
run: pip install pygit2 --only-binary pygit2
- name: Install Archery, Crossbow- and Test Dependencies
run: pip install pytest responses -e dev/archery[all]
run: |
pip install -e dev/archery[all]
pip install -r dev/archery/requirements-test.txt
- name: Archery Unittests
working-directory: dev/archery
run: pytest -v archery
Expand Down
2 changes: 2 additions & 0 deletions dev/archery/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
responses

0 comments on commit 2cd0f0c

Please sign in to comment.