pakjoy: Fix Qt 5 tests

This commit is contained in:
Florian Bruhin 2024-07-15 08:11:10 +02:00
parent 086c1b4c08
commit 5003929cdd
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ class TestWithConstructedResourcesFile:
)
assert pakjoy.RESOURCES_ENV_VAR not in os.environ
@pytest.mark.qt6_only
def test_explicitly_enabled(self, monkeypatch: pytest.MonkeyPatch, config_stub):
patch_version(monkeypatch, utils.VersionNumber(6, 7)) # unaffected
config_stub.val.qt.workarounds.disable_hangouts_extension = True