Skip to content

Commit

Permalink
Only use --find-links for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 5, 2024
1 parent e747bc9 commit b7b2247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ sources = ["src/testbed"]
test_sources = ["tests"]

requires = [
# Provide a source of binary wheels that aren't provided on PyPI.
"--find-links", "./wheels",
"cryptography",
"lru_dict",
"pillow",
Expand All @@ -34,6 +32,8 @@ test_requires = [

[tool.briefcase.app.testbed.macOS]
requires = [
# Provide a source of binary wheels that aren't provided on PyPI.
"--find-links", "./wheels",
"rubicon-objc",
"std-nslog",
]
Expand Down

0 comments on commit b7b2247

Please sign in to comment.