Skip to content

Commit 7f5bc51

Browse files
committed
Don't fail on warning when releasing (#80)
1 parent 7c9069a commit 7f5bc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
7070
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2"
7171
CIBW_TEST_EXTRAS: "s3fs,glue"
72-
CIBW_TEST_COMMAND: "pytest -Werror {project}/tests/avro/test_decoder.py"
72+
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
7373
# There is an upstream issue with installing on MacOSX
7474
# https://github.com/pypa/cibuildwheel/issues/1603
7575
# Ignore tests for pypy since not all dependencies are compiled for it

0 commit comments

Comments
 (0)