mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Revert imports
This commit is contained in:
parent
fbb4e712e7
commit
f72e7c28f2
@ -17,12 +17,12 @@
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
import os
|
||||
try:
|
||||
import pytest
|
||||
except ImportError as import_error:
|
||||
pytest = None
|
||||
NO_PYTEST = not bool(pytest)
|
||||
import os
|
||||
|
||||
from tests.support.mixins import LoaderModuleMockMixin
|
||||
from tests.support.unit import TestCase, skipIf
|
||||
|
Loading…
Reference in New Issue
Block a user