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

Don't attempt to fixup VCS direct URLs for older python versions #127

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

sbidoul
Copy link
Owner

@sbidoul sbidoul commented Oct 8, 2023

The script does not work with python 2.7 and pip's legacy resolver that works with these older pythons does not need this workaround.

The script does not work with python 2.7 and pip's legacy resolver
that works with these older pythons does not need this workaround.
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #127 (b2c149d) into master (4e3b66d) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master    #127      +/-   ##
=========================================
- Coverage    7.64%   7.63%   -0.02%     
=========================================
  Files          17      17              
  Lines        1059    1061       +2     
  Branches      220     221       +1     
=========================================
  Hits           81      81              
- Misses        966     968       +2     
  Partials       12      12              
Files Coverage Δ
src/pip_deepfreeze/pip.py 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sbidoul sbidoul merged commit ea369c8 into master Oct 8, 2023
16 of 18 checks passed
@sbidoul sbidoul deleted the fixup-direct-url-compat branch October 8, 2023 16:40
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.

1 participant