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:
parent
0536d7a3c4
commit
531e330cdf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue