Fix test_locale_workaround

This commit is contained in:
Florian Bruhin 2021-03-17 20:37:34 +01:00
parent 7cee566026
commit 4ba0ec591a
1 changed files with 1 additions and 0 deletions

View File

@ -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')