We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9b20a commit e29aba6Copy full SHA for e29aba6
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
48
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
49
CIBW_TEST_EXTRAS: "s3fs,glue"
50
- CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
+ # CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
51
# There is an upstream issue with installing on MacOSX
52
# https://github.com/pypa/cibuildwheel/issues/1603
53
# Ignore tests for pypy since not all dependencies are compiled for it
0 commit comments