We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9069a commit 7f5bc51Copy full SHA for 7f5bc51
.github/workflows/python-release.yml
@@ -69,7 +69,7 @@ jobs:
69
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
70
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2"
71
CIBW_TEST_EXTRAS: "s3fs,glue"
72
- CIBW_TEST_COMMAND: "pytest -Werror {project}/tests/avro/test_decoder.py"
+ CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
73
# There is an upstream issue with installing on MacOSX
74
# https://github.com/pypa/cibuildwheel/issues/1603
75
# Ignore tests for pypy since not all dependencies are compiled for it
0 commit comments