From 36f968be51ecbb23445c41065c220923246bcb35 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 5 May 2025 16:50:01 +0200 Subject: [PATCH] [ci] Re-enable fail on warning for pytest pipeline. --- .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 a4c27116..af98e210 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 + run: pytest --cov=pyerrors -vv -Werror