raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
307 stars 43 forks source link

Will `pip-licenses` fail if one of my dependencies has a non-permissive license? #125

Closed John15321 closed 1 year ago

John15321 commented 1 year ago

Will pip-licenses fail if one of my dependencies has a non-permissive license? Im looking to use it in a CI setting so I would like it to return something other than 0 in a case like that.

raimon49 commented 1 year ago

Please read the documentation for the --fail-on option. https://github.com/raimon49/pip-licenses#option-fail-on

raimon49 commented 1 year ago

This issue is deemed resolved.