Skip to content

Commit

Permalink
ci: tox: Turn pytest warnings into errors
Browse files Browse the repository at this point in the history
Don't allow warnings during CI testing.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Oct 26, 2024
1 parent 5b00550 commit 6aa9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: install tox
run: pip3 install tox
- name: tox
run: tox -c 'check out'
run: tox -c 'check out' -- -W error

0 comments on commit 6aa9f89

Please sign in to comment.