mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Ah, pylint. Equal parts useful and annoying.
This commit is contained in:
parent
bc18efc1cc
commit
3bcca37d80
@ -38,6 +38,7 @@ except ImportError:
|
||||
# https://github.com/boto/boto/commit/33ac26b416fbb48a60602542b4ce15dcc7029f12
|
||||
required_boto3_version = '1.2.1'
|
||||
|
||||
|
||||
def _has_required_boto():
|
||||
'''
|
||||
Returns True/False boolean depending on if Boto is installed and correct
|
||||
@ -304,4 +305,3 @@ class BotoElasticsearchDomainTestCase(BotoElasticsearchDomainTestCaseBase, BotoE
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests # pylint: disable=import-error
|
||||
run_tests(BotoElasticsearchDomainTestCase, needs_daemon=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user