mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
Make prefix optional
Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ def test_cli_unknown_version(capsys):
|
||||
"""
|
||||
|
||||
matcher = re.compile(
|
||||
r"^INFO : aqtinstall\(aqt\) v.* on Python 3.*\n"
|
||||
r"[^\n]*aqtinstall\(aqt\) v.* on Python 3.*\n"
|
||||
r".*Specified Qt version is unknown: " + re.escape(wrong_version) + r"\.\n"
|
||||
r".*Failed to locate XML data for Qt version '" + re.escape(wrong_version) + r"'\.\n"
|
||||
r"==============================Suggested follow-up:==============================\n"
|
||||
|
||||
Reference in New Issue
Block a user