Merge branch 'develop' into ci_weekly_run

This commit is contained in:
Fabian Joswig 2026-03-29 18:47:28 +02:00 committed by GitHub
commit 6c2c5821e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 19 deletions

View file

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