mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use old is_windows utils path on 2017.7
This commit is contained in:
parent
b965d6c9b3
commit
e9d09e0375
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ class PipModuleTest(ModuleCase):
|
|||
raise
|
||||
|
||||
@skipIf(not os.path.isfile('pip3'), 'test where pip3 is installed')
|
||||
@skipIf(salt.utils.platform.is_windows(), 'test specific for linux usage of /bin/python')
|
||||
@skipIf(salt.utils.is_windows(), 'test specific for linux usage of /bin/python')
|
||||
def test_system_pip3(self):
|
||||
self.run_function('pip.install', pkgs=['lazyimport==0.0.1'], bin_env='/bin/pip3')
|
||||
ret1 = self.run_function('cmd.run', '/bin/pip3 freeze | grep lazyimport')
|
||||
|
|
Loading…
Add table
Reference in a new issue