We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6368b83 commit d8ca8b1Copy full SHA for d8ca8b1
tests/platforms/macOS/app/conftest.py
@@ -73,7 +73,7 @@ def first_app_templated(first_app_config, tmp_path):
73
# Create the support package VERSIONS file
74
# with a deliberately weird min macOS version
75
create_file(
76
- tmp_path / "base_path/build/first-app/macos/app/Support/VERSIONS",
+ tmp_path / "base_path/build/first-app/macos/app/support/VERSIONS",
77
"\n".join(
78
[
79
"Python version: 3.10.15",
0 commit comments