Skip to content

Commit f88d063

Browse files
committed
Restore iOS binary package tests.
1 parent ec0215e commit f88d063

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22+
# Provide a source of binary wheels that aren't provided on PyPI.
23+
"--find-links", "./wheels",
24+
"cryptography",
25+
"lru_dict",
26+
"pillow",
2227
# Numpy/pandas aren't available on 3.13.
23-
# Binary wheels on iOS all need to be updated for the new sysconfig platform tag.
24-
"cryptography; platform_system != 'iOS'",
25-
"lru_dict; platform_system != 'iOS'",
26-
"pillow; platform_system != 'iOS'",
27-
"numpy; python_version < '3.13' and platform_system != 'iOS'",
28-
"pandas; python_version < '3.13' and platform_system != 'iOS'",
28+
"numpy; python_version < '3.13'",
29+
"pandas; python_version < '3.13'",
2930
]
3031
test_requires = [
3132
"pytest",
3233
]
3334

3435
[tool.briefcase.app.testbed.macOS]
3536
requires = [
36-
# Provide a source of binary wheels that aren't provided on PyPI.
37-
"--find-links", "./wheels",
3837
"rubicon-objc",
3938
"std-nslog",
4039
]
Binary file not shown.

0 commit comments

Comments
 (0)