mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
c48d8f4f61
commit
7f86779be0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue