From 066316d434ba11cd90ea6dff37e44d2d25a405bc Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Mon, 17 Feb 2025 12:55:13 +0100 Subject: [PATCH] Run pytest with warnings as errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fec0f98..6df7858a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,4 +43,4 @@ jobs: - name: Install the project run: uv sync --all-extras - name: Run tests - run: uv run pytest tests + run: uv run pytest -W error tests