Skip to content

Commit b1adc2e

Browse files
committed
Only use --find-links on macOS.
1 parent b1abb68 commit b1adc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test_sources = ["tests"]
2020

2121
requires = [
2222
# Provide a source of binary wheels that aren't provided on PyPI.
23-
"--find-links", "./wheels",
2423
"cryptography",
2524
"lru_dict",
2625
"pillow",
@@ -33,6 +32,7 @@ test_requires = [
3332

3433
[tool.briefcase.app.testbed.macOS]
3534
requires = [
35+
"--find-links", "./wheels",
3636
"rubicon-objc",
3737
"std-nslog",
3838
]

0 commit comments

Comments
 (0)