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

Invoke Poetry as a subprocess #33

Merged
merged 13 commits into from
Jan 27, 2021
Merged

Invoke Poetry as a subprocess #33

merged 13 commits into from
Jan 27, 2021

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Jan 27, 2021

  • Do not depend on Poetry internals; use the CLI instead
  • Add option --latest/--no-latest

@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #33 (660a0b0) into master (bda76ef) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          262       210   -52     
  Branches        31        21   -10     
=========================================
- Hits           262       210   -52     
Impacted Files Coverage Δ
src/poetry_up/console.py 100.00% <100.00%> (ø)
src/poetry_up/git.py 100.00% <100.00%> (ø)
src/poetry_up/poetry.py 100.00% <100.00%> (ø)
src/poetry_up/update.py 100.00% <100.00%> (ø)

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 bda76ef...660a0b0. Read the comment docs.

@cjolowicz cjolowicz added the enhancement New feature or request label Jan 27, 2021
@cjolowicz cjolowicz merged commit 2f6b74e into master Jan 27, 2021
@cjolowicz cjolowicz deleted the poetry-shell branch January 27, 2021 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant