mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test if required cypto libs are not available
This commit is contained in:
parent
e6bc9f8e14
commit
72e8603046
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ def fake_wait_for_ip(check_for_ip_fn,
|
|||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(joyent.HAS_REQUIRED_CRYPTO is False, reason='PyCrypto or Cryptodome not installed')
|
||||
class JoyentTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Unit TestCase for the salt.cloud.clouds.joyent module
|
||||
|
|
Loading…
Add table
Reference in a new issue