Skip to content

Commit b7b2247

Browse files
committed
Only use --find-links for macOS.
1 parent e747bc9 commit b7b2247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ 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",
2422
"cryptography",
2523
"lru_dict",
2624
"pillow",
@@ -34,6 +32,8 @@ test_requires = [
3432

3533
[tool.briefcase.app.testbed.macOS]
3634
requires = [
35+
# Provide a source of binary wheels that aren't provided on PyPI.
36+
"--find-links", "./wheels",
3737
"rubicon-objc",
3838
"std-nslog",
3939
]

0 commit comments

Comments
 (0)