mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
fix hg_pillar unittest lint errors
This commit is contained in:
parent
abc4e7fd62
commit
15f66d1f0f
@ -28,8 +28,9 @@ FILE_DATA = {
|
||||
from salt.pillar import hg_pillar
|
||||
HGLIB = hg_pillar.hglib
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(HGLIB == None, 'python-hglib no')
|
||||
@skipIf(HGLIB is None, 'python-hglib no')
|
||||
class HgPillarTestCase(TestCase, integration.AdaptedConfigurationTestCaseMixIn):
|
||||
'test hg_pillar pillar'
|
||||
maxDiff = None
|
||||
|
Loading…
Reference in New Issue
Block a user