mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
@@ -21,7 +21,7 @@ def test_parse_update_xml(monkeypatch, os_name, version, target, datafile):
|
||||
assert qt_archives.archives is not None
|
||||
|
||||
# Get packages with all extra modules
|
||||
qt_archives_all_modules = QtArchives(os_name, 'desktop', version, target, None, ['all'], None, None, True)
|
||||
qt_archives_all_modules = QtArchives(os_name, 'desktop', version, target, BASE_URL, None, ['all'], None, True)
|
||||
assert qt_archives_all_modules.archives is not None
|
||||
|
||||
# Extract all urls
|
||||
|
||||
Reference in New Issue
Block a user