We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cibuildwheel
1 parent abeaada commit 2448ba5Copy full SHA for 2448ba5
pyproject.toml
@@ -156,6 +156,13 @@ test-command = """
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
"""
158
159
+[tool.cibuildwheel.pyodide]
160
+test-requires = "pytest>=7.3.2 hypothesis>=6.46.1"
161
+test-command = """
162
+ PANDAS_CI='1' python -c 'import pandas as pd; \
163
+ pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
164
+ """
165
+
166
[tool.cibuildwheel.windows]
167
before-build = "pip install delvewheel"
168
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
0 commit comments