StackStorm / st2-auth-ldap

LDAP backend for user authentication in StackStorm. Previously LDAP backend for EWC.
https://docs.stackstorm.com/authentication.html
Apache License 2.0
5 stars 12 forks source link

Suppress pip warnings on uninstall on upgrade #58

Closed Kami closed 5 years ago

Kami commented 5 years ago

This pull request passes --quiet flag to pip uninstall command so it suppresses non fatal warnings on package removal on upgrade (we already pass this flag to pip install during package installation).

I also updated the command line to use -y flag so pip runs in command line and non-interactive mode (should be more robust than piping y to pip stdin).

Resolves #56.