Skip to content

Commit 2448ba5

Browse files
Add configuration for cibuildwheel-Pyodide
1 parent abeaada commit 2448ba5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ test-command = """
156156
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
157157
"""
158158

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+
159166
[tool.cibuildwheel.windows]
160167
before-build = "pip install delvewheel"
161168
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)