-
-
Notifications
You must be signed in to change notification settings - Fork 615
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 warn about requirements.txt file to "requirements without setup.py" section of readme #959
Conversation
Hello @tysonclugg, Sorry for bothering you. I've requested a review from you since you are the author of the changed paragraph. Could you please review it when you have time? Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #959 +/- ##
======================================
Coverage 99.1% 99.1%
======================================
Files 34 34
Lines 2358 2358
Branches 305 305
======================================
Hits 2337 2337
Misses 11 11
Partials 10 10 Continue to review full report at Codecov.
|
Isn't it ready to merge? |
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, but I'm not a native English speaker, so better wait for approvement from another member.
The warning is reasonable, but it applies equally if building |
aca27f6
to
35c1d0d
Compare
@tysonclugg Thanks, |
035a2ed
to
63d0ea4
Compare
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.
Markup looks broken, see the how it's rendering:
Besides, I think the note should be added to the "Example usage for pip-compile" section. Probably, better to emphasize that the issue with the existing requirements.txt causes only if you start from scratch. I would suggest:
Note: ensure you don't have
requirements.txt
if you compilesetup.py
orrequirements.in
from scratch, otherwise, it might interfere.
@tysonclugg good point! Thanks :) |
@atugushev it's done. |
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.
Thanks!
@tysonclugg and @mbeacom, thanks for reviewing this! |
Resolves #744.
Changelog-friendly one-liner: Add warn about requirements.txt file to "requirements without setup.py" section of readme.
Contributor checklist
Provided the tests for the changes.