mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tests/pytests/unit/modules/test_saltcheck.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
94bce224fa
commit
0f529c13fc
1 changed files with 1 additions and 5 deletions
|
@ -3,11 +3,7 @@ import pytest
|
|||
import salt.modules.saltcheck as saltcheck
|
||||
from tests.support.mock import MagicMock
|
||||
|
||||
try:
|
||||
from xmldiff import main
|
||||
except ImportError:
|
||||
raise ImportError
|
||||
|
||||
xmldiff = pytest.importorskip("xmldiff")
|
||||
|
||||
@pytest.fixture()
|
||||
def configure_loader_modules():
|
||||
|
|
Loading…
Add table
Reference in a new issue