mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Address lint issue
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
5a03a24ea9
commit
3c415b222f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
:codeauthor: Alan Somers <asomers@gmail.com>
|
||||
"""
|
||||
|
||||
import re
|
||||
|
||||
import pytest
|
||||
|
@ -14,6 +13,8 @@ shadow = pytest.importorskip("salt.modules.bsd_shadow")
|
|||
|
||||
# Although bsd_shadow runs on NetBSD and OpenBSD as well, the mocks are
|
||||
# currently only designed for FreeBSD.
|
||||
|
||||
|
||||
@pytest.mark.skip_unless_on_freebsd
|
||||
class BSDShadowTest(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue