Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2026-04-19 17:50:46 +00:00
commit 5925955882
6 changed files with 119 additions and 44 deletions

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'