Update test_list.py

This commit is contained in:
David Dalcino
2021-07-14 12:07:39 -07:00
committed by GitHub
parent 89ffd60e61
commit 248df89ef2

View File

@@ -302,7 +302,7 @@ no_wasm_msg = "The extension 'wasm' is only available in Qt 5.13 to 5.15 on desk
("desktop", "wasm", "6.2.0", no_wasm_msg), # out of range ("desktop", "wasm", "6.2.0", no_wasm_msg), # out of range
("android", "wasm", "5.12.11", no_wasm_msg), # in range, wrong target ("android", "wasm", "5.12.11", no_wasm_msg), # in range, wrong target
("android", "wasm", "5.14.0", no_wasm_msg), # in range, wrong target ("android", "wasm", "5.14.0", no_wasm_msg), # in range, wrong target
("android", "wasm", "6.2.0", qt6_android_requires_ext_msg), # in range, wrong target ("android", "wasm", "6.2.0", qt6_android_requires_ext_msg),
), ),
) )
def test_list_invalid_extensions( def test_list_invalid_extensions(