mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
try gate trustme
This commit is contained in:
parent
c91e1d8a5e
commit
482ff737e6
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@ import ssl
|
|||
import tarfile
|
||||
|
||||
import pytest
|
||||
import trustme
|
||||
|
||||
try:
|
||||
import trustme
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
from pytestshellutils.utils import ports
|
||||
from saltfactories.utils import random_string
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue