[ci] Re-add -Werror to pytest workflow

This commit is contained in:
Fabian Joswig 2026-03-29 20:02:55 +02:00
commit 5084894ef9

View file

@ -44,7 +44,7 @@ jobs:
- name: Run tests with -Werror
if: matrix.python-version != '3.14'
run: pytest --cov=pyerrors -vv
run: pytest --cov=pyerrors -vv -Werror
- name: Run tests without -Werror for python 3.14
if: matrix.python-version == '3.14'