Fix error running official installer on macOS

This commit is contained in:
J.D. Purcell
2025-03-01 22:07:41 -05:00
parent bb20a686cf
commit a19e36e80d
4 changed files with 35 additions and 14 deletions

View File

@@ -221,13 +221,7 @@ def test_commercial_installer_download_sha256(tmp_path, monkeypatch, commercial_
target_path = tmp_path / "qt-installer"
timeout = (Settings.connection_timeout, Settings.response_timeout)
download_installer(
commercial_installer.base_url,
commercial_installer._installer_filename,
commercial_installer.os_name,
target_path,
timeout,
)
download_installer(commercial_installer.base_url, commercial_installer._installer_filename,target_path, timeout)
assert target_path.exists()