-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --no-allow-unsafe option to compile #1265
Conversation
In future versions of pip-tools, the --allow-unsafe behavior will used by default. Adding the --no-allow-unsafe option now allows users to continue using the old behavior in a backward compatible way. Refs #989
Codecov Report
@@ Coverage Diff @@
## master #1265 +/- ##
=======================================
Coverage 99.66% 99.66%
=======================================
Files 37 37
Lines 2980 2980
Branches 331 331
=======================================
Hits 2970 2970
Misses 5 5
Partials 5 5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
In future versions of pip-tools, the --allow-unsafe behavior will used
by default. Adding the --no-allow-unsafe option now allows users to
continue using the old behavior in a backward compatible way.
Refs #989
Contributor checklist