Skip to content

Commit 94e7189

Browse files
committed
chore: this should work on iOS now in cibuildwheel
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ae3849b commit 94e7189

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
runs-on: [macos-latest, macos-13]
124+
runs-on: [macos-14, macos-13]
125125

126126
steps:
127127
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,12 @@ examples = [
9090
"xarray",
9191
"xhistogram",
9292
]
93-
test-core = [
93+
test = [
9494
"cloudpickle",
9595
"pytest-benchmark",
9696
"pytest>=6.0",
9797
"pytest-benchmark",
9898
"numpy",
99-
]
100-
test = [
101-
{ include-group = "test-core" },
10299
"hypothesis>=6.0; sys_platform != 'ios'", # slow on iOS, can fail health check
103100
"pytest-xdist; sys_platform != 'ios'", # No processes on iOS
104101
]
@@ -204,7 +201,6 @@ environment.UV_PREFER_BINARY = "1"
204201
[tool.cibuildwheel.pyodide]
205202
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}
206203
test-command = "pytest --benchmark-disable tests"
207-
test-groups = ["test-core"] # Working around a bug with markers in pyodide
208204

209205
[tool.cibuildwheel.ios]
210206
build-frontend = "build"

0 commit comments

Comments
 (0)