From b7b22477aecaddcda59d8e207b0ae4ad42fd328c Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 5 Sep 2024 15:37:54 +0800 Subject: [PATCH] Only use --find-links for macOS. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c27bd1..128b934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", ]