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

pip-compile quiet with empty changes #739

Closed
wants to merge 1 commit into from
Closed

Conversation

tonal
Copy link

@tonal tonal commented Feb 22, 2019

see #627

Changelog-friendly one-liner: <!--- One-liner description here --->

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 Feb 22, 2019

Codecov Report

Merging #739 into master will decrease coverage by 0.08%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #739      +/-   ##
==========================================
- Coverage   85.96%   85.88%   -0.09%     
==========================================
  Files          31       31              
  Lines        2124     2126       +2     
  Branches      304      305       +1     
==========================================
  Hits         1826     1826              
- Misses        232      234       +2     
  Partials       66       66
Impacted Files Coverage Δ
piptools/sync.py 80.2% <0%> (-1.71%) ⬇️

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 6d871f2...c2c0034. Read the comment docs.

Copy link
Member

@atugushev atugushev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonal, thank you for the contribution! Could you provide a test as well?

@@ -125,7 +125,9 @@ def sync(to_install, to_uninstall, verbose=False, dry_run=False, pip_flags=None,
Install and uninstalls the given sets of modules.
"""
if not to_uninstall and not to_install:
click.echo("Everything up-to-date")
if not verbose:
Copy link
Member

@atugushev atugushev Feb 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not verbose - be verbose. Sounds kind of meaningless.

@atugushev
Copy link
Member

Closed in favour of #765.

@atugushev atugushev closed this Mar 19, 2019
@tonal tonal deleted the patch-1 branch March 19, 2019 10:31
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.

2 participants