Fix test_locale_workaround
This commit is contained in:
parent
7cee566026
commit
4ba0ec591a
|
|
@ -516,6 +516,7 @@ class TestWebEngineArgs:
|
|||
def bcp47Name(self):
|
||||
return 'de-CH'
|
||||
|
||||
monkeypatch.setattr(qtargs.utils, 'is_linux', True) # patched in reduce_args
|
||||
monkeypatch.setattr(qtargs, 'QLocale', FakeLocale)
|
||||
version_patcher('5.15.3')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue