Skip to content

Commit e29aba6

Browse files
committed
disable test
1 parent ad9b20a commit e29aba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
4848
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
4949
CIBW_TEST_EXTRAS: "s3fs,glue"
50-
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
50+
# CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
5151
# There is an upstream issue with installing on MacOSX
5252
# https://github.com/pypa/cibuildwheel/issues/1603
5353
# Ignore tests for pypy since not all dependencies are compiled for it

0 commit comments

Comments
 (0)