Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jun 14, 2023
1 parent 5a03a24 commit 3c415b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/modules/test_bsd_shadow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
:codeauthor: Alan Somers <asomers@gmail.com>
"""

import re

import pytest
Expand All @@ -14,6 +13,8 @@

# 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):
Expand Down

0 comments on commit 3c415b2

Please sign in to comment.