From e48e276ac35e38e7c9c1ae50d75d6815a8975479 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 19 Oct 2025 12:33:40 +0200 Subject: [PATCH] [ci] Deactivate -Werror option in pytest workflow to fix python 3.14 runner --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9b86b780..87f8bf74 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -43,4 +43,4 @@ jobs: uv pip freeze --system - name: Run tests - run: pytest --cov=pyerrors -vv -Werror + run: pytest --cov=pyerrors -vv