mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Lint fix
This commit is contained in:
parent
c48d8f4f61
commit
7f86779be0
@ -50,7 +50,7 @@ class PipTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting'
|
||||
]
|
||||
|
||||
expected = [sys.executable, '-m','pip', 'install']
|
||||
expected = [sys.executable, '-m', 'pip', 'install']
|
||||
for item in editables:
|
||||
expected.extend(['--editable', item])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user