mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
The pip module no longer accepts __env__
as a kwarg
.
This commit is contained in:
parent
c516595a27
commit
9a22d3053e
@ -180,7 +180,6 @@ def managed(name,
|
||||
index_url=index_url,
|
||||
extra_index_url=extra_index_url,
|
||||
no_chown=no_chown,
|
||||
__env__=__env__,
|
||||
pre_releases=pre_releases
|
||||
)
|
||||
ret['result'] &= _ret['retcode'] == 0
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Tests for the salt-run command
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user