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

Respect --pre option in requirements.in file #822

Merged
merged 1 commit into from
May 24, 2019

Conversation

atugushev
Copy link
Member

@atugushev atugushev commented May 22, 2019

Fixes #819.

Changelog-friendly one-liner: Respect --pre option in a requirements.in file

Contributor checklist
  • Provided the tests for the changes.
  • Requested a review from another contributor.
  • Gave a clear one-line description in the PR (that the maintainers can add to CHANGELOG.md on release).
  • Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

Merging #822 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #822      +/-   ##
=========================================
+ Coverage    98.8%   98.8%   +<.01%     
=========================================
  Files          36      36              
  Lines        2182    2184       +2     
  Branches      279     280       +1     
=========================================
+ Hits         2156    2158       +2     
  Misses         15      15              
  Partials       11      11
Impacted Files Coverage Δ
piptools/scripts/compile.py 100% <ø> (ø) ⬆️
tests/test_cli_compile.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0eeb7de...5bd8346. Read the comment docs.

@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

Merging #822 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #822      +/-   ##
=========================================
+ Coverage    98.8%   98.8%   +<.01%     
=========================================
  Files          36      36              
  Lines        2182    2184       +2     
  Branches      279     280       +1     
=========================================
+ Hits         2156    2158       +2     
  Misses         15      15              
  Partials       11      11
Impacted Files Coverage Δ
piptools/scripts/compile.py 100% <ø> (ø) ⬆️
tests/test_cli_compile.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0eeb7de...70c8fc4. Read the comment docs.

@atugushev atugushev added this to the 3.7.1 milestone May 24, 2019
@atugushev atugushev merged commit 4438d98 into jazzband:master May 24, 2019
@atugushev atugushev modified the milestones: 3.7.1, 3.8.0 May 30, 2019
@atugushev
Copy link
Member Author

pip-tools v3.8.0 is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option --pre doesn't work in requirements.in
2 participants