diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 63efd763..5b529458 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,10 +42,5 @@ jobs: uv pip install pytest pytest-cov pytest-benchmark hypothesis --system uv pip freeze --system - - name: Run tests with -Werror - if: matrix.python-version != '3.14' + - name: Run tests 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