Skip to content
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

Ensure pip-compile --no-header <blank requirements.in> creates/overwrites requirements.txt #909

Merged
merged 1 commit into from
Oct 1, 2019

Commits on Oct 1, 2019

  1. Add test & behavior: Compile an empty txt when the infile is empty an…

    …d --no-header is supplied (Fixes jazzband#900)
    
    Add !is_empty (yielded) tracking to the writer's _iter_lines method, and yield a blank line (empty string) if (and only if) otherwise nothing at all would be yielded.
    AndydeCleyre committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d53d3ff View commit details
    Browse the repository at this point in the history