ci: tox: Turn pytest warnings into errors

Don't allow warnings during CI testing.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-10-22 18:53:49 +02:00 committed by Pieter De Gendt
parent 0536d7a3c4
commit 531e330cdf
1 changed files with 1 additions and 1 deletions

View File

@ -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