[ci] Deactivate -Werror option in pytest workflow to fix python 3.14

runner
This commit is contained in:
Fabian Joswig 2025-10-19 12:33:40 +02:00
commit e48e276ac3

View file

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