From 9c3230e427745848b75dca9971a198174eaff3f5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 4 Oct 2022 14:24:35 -0500 Subject: [PATCH] ignore warnings in prereleases test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 190b88780..0b00a78d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,7 +130,7 @@ jobs: pip check - name: Run the tests run: | - pytest -vv || pytest -vv --lf + pytest -vv -W default || pytest -vv -W default --lf make_sdist: name: Make SDist