[ci] Remove werror

This commit is contained in:
Fabian Joswig 2025-09-30 12:22:19 +02:00
commit 4edba55dbb

View file

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