From 860a1267f740efc20c0c3550fd67b917fcf0f68c Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 16 Oct 2023 20:52:45 +0200 Subject: [PATCH] Don't fail on warning when releasing --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 910b7ee003..baff52842e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -69,7 +69,7 @@ jobs: CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12" CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2" CIBW_TEST_EXTRAS: "s3fs,glue" - CIBW_TEST_COMMAND: "pytest -Werror {project}/tests/avro/test_decoder.py" + CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py" # There is an upstream issue with installing on MacOSX # https://github.com/pypa/cibuildwheel/issues/1603 # Ignore tests for pypy since not all dependencies are compiled for it