Skip to content

Commit 0704f23

Browse files
committed
Disable binary testing on iOS.
1 parent ef96320 commit 0704f23

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22-
"cryptography",
23-
"lru_dict",
24-
"pillow",
25-
"numpy",
26-
"pandas",
22+
# Binary wheels on iOS all need to be updated for the new sysconfig platform tag.
23+
"cryptography; platform_system != 'iOS'",
24+
"lru_dict; platform_system != 'iOS'",
25+
"pillow; platform_system != 'iOS'",
26+
"numpy; platform_system != 'iOS'",
27+
"pandas; platform_system != 'iOS'",
2728
]
2829
test_requires = [
2930
"pytest",

0 commit comments

Comments
 (0)