mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't fail if pymongo is missing
This commit is contained in:
parent
6914202143
commit
857c840762
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ log = logging.getLogger(__name__)
|
|||
|
||||
pytestmark = [
|
||||
pytest.mark.skip_if_binaries_missing("dockerd"),
|
||||
pytest.mark.skipif(
|
||||
not mongo_mod.HAS_MONGODB, reason="No pymongo client installed."
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue