This commit is contained in:
Erik Johnson 2018-04-27 09:18:53 -05:00
parent c48d8f4f61
commit 7f86779be0
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

View File

@ -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])