Skip to content

Commit b1ff4f6

Browse files
committed
Explicitly disable non-Apple platforms in the testbed.
1 parent 53e554e commit b1ff4f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/testbed/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ sources = ['src/testbed']
1515
requires = [
1616
]
1717

18-
1918
[tool.briefcase.app.testbed.macOS]
2019
requires = [
2120
"rubicon-objc",
@@ -25,11 +24,10 @@ template_branch = "m1-compile"
2524
support_package = "../../dist/Python-3.10-macOS-support.custom.tar.gz"
2625

2726
[tool.briefcase.app.testbed.linux]
28-
requires = []
29-
system_requires = []
27+
supported = false
3028

3129
[tool.briefcase.app.testbed.windows]
32-
requires = []
30+
supported = false
3331

3432
# Mobile deployments
3533
[tool.briefcase.app.testbed.iOS]
@@ -41,4 +39,4 @@ template_branch = "m1-compile"
4139
support_package = "../../dist/Python-3.10-iOS-support.custom.tar.gz"
4240

4341
[tool.briefcase.app.testbed.android]
44-
requires = []
42+
supported = false

0 commit comments

Comments
 (0)