Update tests/pytests/unit/modules/test_saltcheck.py

Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
Meghann Cunningham 2023-01-19 10:36:56 -05:00 committed by Megan Wilhite
parent 94bce224fa
commit 0f529c13fc

View file

@ -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():