Skip to content

Commit

Permalink
Add capturing to CI pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 31, 2024
1 parent 3e01748 commit ba9ee88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
# run test suite
- name: Run pytests
run: |
pytest -m "quick or ci" --verbose --exitfirst --cov=src tests/
pytest -m "quick or ci" --capture=no --verbose --exitfirst --cov=src tests/
1 change: 0 additions & 1 deletion tests/retrieval/test_get_ils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@pytest.mark.quick
def test_get_ils_params() -> None:
for month in [1, 5, 11]:
print(month)
src.retrieval.utils.ils.get_ils_params(
61, datetime.date(2020, month, 1)
)
Expand Down

0 comments on commit ba9ee88

Please sign in to comment.