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

fix: infinite loop in uv mode #3220

Merged
merged 2 commits into from
Oct 18, 2024
Merged

fix: infinite loop in uv mode #3220

merged 2 commits into from
Oct 18, 2024

Conversation

frostming
Copy link
Collaborator

Fixes #3207

Signed-off-by: Frost Ming [email protected]

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

Fixes #3207

Signed-off-by: Frost Ming <[email protected]>
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.55%. Comparing base (368ccbe) to head (6c287db).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3220   +/-   ##
=======================================
  Coverage   85.55%   85.55%           
=======================================
  Files         112      112           
  Lines       11269    11270    +1     
  Branches     2446     2447    +1     
=======================================
+ Hits         9641     9642    +1     
  Misses       1109     1109           
  Partials      519      519           
Flag Coverage Δ
unittests 85.35% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@frostming frostming merged commit 21c5aa9 into main Oct 18, 2024
24 checks passed
@frostming frostming deleted the frostming/issue3207 branch October 18, 2024 12:58
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.

pdm gets stuck in an infinite loop resolving packages when use_uv is true and using dynamic version number
1 participant