The pip module no longer accepts __env__ as a kwarg.

This commit is contained in:
Pedro Algarvio 2013-11-02 23:03:31 +00:00
parent c516595a27
commit 9a22d3053e
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
'''
Tests for the salt-run command
'''