mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Altered imprt pytest as per reviewer's comments
This commit is contained in:
parent
bb15da948d
commit
6aef56e4d6
1 changed files with 1 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
|||
import logging
|
||||
|
||||
import pytest
|
||||
import salt.modules.solarisipspkg as solarisipspkg
|
||||
from tests.support.mock import MagicMock, call, patch
|
||||
|
||||
try:
|
||||
import pytest
|
||||
except ImportError:
|
||||
pytest = None
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue