Skip to content

Commit

Permalink
Merge pull request #55217 from MichaelSaah/patch-1
Browse files Browse the repository at this point in the history
Note known pip version incompatibility
  • Loading branch information
dwoz authored Dec 21, 2019
2 parents 6b037f5 + f562c53 commit a419182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/modules/pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
example, cwd: 'C:\\salt\\bin\\scripts'. Sometimes python thinks the single
back slash is an escape character.
There is a known incompatibility between Python2 pip>=10.* and Salt <=2018.3.0.
The issue is decribed here: https://github.com/saltstack/salt/issues/46163
'''
from __future__ import absolute_import, print_function, unicode_literals

Expand Down

0 comments on commit a419182

Please sign in to comment.