mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix other tests
This commit is contained in:
parent
b71e3d8a04
commit
4c07a3d1e9
@ -75,7 +75,7 @@ class VirtualenvModTestCase(TestCase, LoaderModuleMockMixin):
|
||||
|
||||
with patch.dict(virtualenv_mod.__opts__, {"test": False}):
|
||||
ret.update({'comment': "The 'use_wheel' option is"
|
||||
" only supported in pip 1.4 and newer."
|
||||
" only supported in pip between 1.4 and 9.0.3."
|
||||
" The version of pip detected was 1.1.",
|
||||
'result': False})
|
||||
self.assertDictEqual(virtualenv_mod.managed('salt',
|
||||
|
Loading…
Reference in New Issue
Block a user