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 <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt committed Oct 30, 2024
1 parent 0536d7a commit 531e330
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 531e330

Please sign in to comment.