From 9718d1e617e324f2c172cd4f58f49d94021b2a33 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Wed, 13 Sep 2023 18:01:57 +0200 Subject: [PATCH] Enable new func tests for GPG state module on Win --- tests/pytests/functional/states/test_gpg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/functional/states/test_gpg.py b/tests/pytests/functional/states/test_gpg.py index 684c7f215a4..80e86aa3a7b 100644 --- a/tests/pytests/functional/states/test_gpg.py +++ b/tests/pytests/functional/states/test_gpg.py @@ -8,6 +8,7 @@ gnupglib = pytest.importorskip("gnupg", reason="Needs python-gnupg library") pytestmark = [ pytest.mark.skip_if_binaries_missing("gpg", reason="Needs gpg binary"), + pytest.mark.windows_whitelisted, ]