mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
[ci] Run tests with Werror for all python versions but for 3.14
This commit is contained in:
parent
e48e276ac3
commit
7d0a760c1e
1 changed files with 6 additions and 1 deletions
7
.github/workflows/pytest.yml
vendored
7
.github/workflows/pytest.yml
vendored
|
|
@ -42,5 +42,10 @@ jobs:
|
|||
uv pip install pytest pytest-cov pytest-benchmark hypothesis --system
|
||||
uv pip freeze --system
|
||||
|
||||
- name: Run tests
|
||||
- name: Run tests with -Werror
|
||||
if: matrix.python-version != '3.14'
|
||||
run: pytest --cov=pyerrors -vv -Werror
|
||||
|
||||
- name: Run tests without -Werror for python 3.14
|
||||
if: matrix.python-version == '3.14'
|
||||
run: pytest --cov=pyerrors -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue