@@ -134,11 +134,9 @@ jobs:
134134 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9,<3.13"
135135 CIBW_TEST_REQUIRES : " pytest==7.4.2 moto==5.0.1"
136136 CIBW_TEST_COMMAND : " pytest {project}/tests/avro/test_decoder.py"
137- # There is an upstream issue with installing on MacOSX
138- # https://github.com/pypa/cibuildwheel/issues/1603
139137 # Ignore tests for pypy since not all dependencies are compiled for it
140138 # and would require a local rust build chain
141- CIBW_TEST_SKIP : " pp* *macosx* "
139+ CIBW_TEST_SKIP : " pp*"
142140
143141 - name : Add source distribution
144142 if : startsWith(matrix.os, 'ubuntu')
@@ -265,11 +263,9 @@ jobs:
265263 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9,<3.13"
266264 CIBW_TEST_REQUIRES : " pytest==7.4.2 moto==5.0.1"
267265 CIBW_TEST_COMMAND : " pytest {project}/tests/avro/test_decoder.py"
268- # There is an upstream issue with installing on MacOSX
269- # https://github.com/pypa/cibuildwheel/issues/1603
270266 # Ignore tests for pypy since not all dependencies are compiled for it
271267 # and would require a local rust build chain
272- CIBW_TEST_SKIP : " pp* *macosx* "
268+ CIBW_TEST_SKIP : " pp*"
273269
274270 - name : Add source distribution
275271 if : startsWith(matrix.os, 'ubuntu')
0 commit comments