mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Enable new func tests for GPG state module on Win
This commit is contained in:
parent
e1717bcf5a
commit
9718d1e617
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue