From 5003929cdd39557eba5192e50932ac878c990d95 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Jul 2024 08:11:10 +0200 Subject: [PATCH] pakjoy: Fix Qt 5 tests --- tests/unit/misc/test_pakjoy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/misc/test_pakjoy.py b/tests/unit/misc/test_pakjoy.py index 6f79b81b5..61d1fc3df 100644 --- a/tests/unit/misc/test_pakjoy.py +++ b/tests/unit/misc/test_pakjoy.py @@ -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