Skip to content

Commit

Permalink
create test dependencies file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Mar 14, 2024
1 parent 549a43b commit 7c269ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install pytest
- run: pip install -r rockcraft_lpci_build/requirements.txt
- run: pip install -r rockcraft_lpci_build/requirements.test.txt
- run: pytest rockcraft_lpci_build/tests/ -vvv -s -rP --log-cli-level=INFO
3 changes: 3 additions & 0 deletions rockcraft_lpci_build/requirements.test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest
pytest-mock
retry

0 comments on commit 7c269ef

Please sign in to comment.