[ci] Re-enable fail on warning for pytest pipeline.

This commit is contained in:
Fabian Joswig 2025-05-05 16:50:01 +02:00
parent 8183ee2ef4
commit 36f968be51

View file

@ -43,4 +43,4 @@ jobs:
uv pip freeze --system uv pip freeze --system
- name: Run tests - name: Run tests
run: pytest --cov=pyerrors -vv run: pytest --cov=pyerrors -vv -Werror