File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -156,15 +156,6 @@ test-command = """
156
156
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
157
157
"""
158
158
159
- # Commented out for now and environment variables are being used instead
160
- # because this feature is not yet there in a stable cibuildwheel release
161
- # [tool.cibuildwheel.pyodide]
162
- # test-requires = "pytest>=7.3.2 hypothesis>=6.46.1"
163
- # test-command = """
164
- # PANDAS_CI='1' python -c 'import pandas as pd; \
165
- # pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
166
- # """
167
-
168
159
[tool .cibuildwheel .windows ]
169
160
before-build = " pip install delvewheel"
170
161
repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel}"
@@ -187,6 +178,16 @@ test-command = ""
187
178
select = " *-macosx*"
188
179
environment = {CFLAGS =" -g0" }
189
180
181
+ [[tool .cibuildwheel .overrides ]]
182
+ select = " *pyodide*"
183
+ test-requires = " pytest>=7.3.2 hypothesis>=6.46.1"
184
+ # Pyodide repairs wheels on its own, using auditwheel-emscripten
185
+ repair-wheel-command = " "
186
+ test-command = """
187
+ PANDAS_CI='1' python -c 'import pandas as pd; \
188
+ pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
189
+ """
190
+
190
191
[tool .ruff ]
191
192
line-length = 88
192
193
target-version = " py310"
You can’t perform that action at this time.
0 commit comments