mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
After reviewer comments, removed try/except around import pytest
This commit is contained in:
parent
2aa952bffc
commit
fd8060c58c
1 changed files with 1 additions and 5 deletions
|
@ -1,14 +1,10 @@
|
|||
import logging
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
import salt.modules.status as status
|
||||
from tests.support.mock import MagicMock, patch
|
||||
|
||||
try:
|
||||
import pytest
|
||||
except ImportError:
|
||||
pytest = None
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue