Skip to content

fix: list dependencies pulled with uv#4026

Merged
jjerphan merged 3 commits into
mamba-org:mainfrom
iisakkirotko:fix-uv-list
Nov 27, 2025
Merged

fix: list dependencies pulled with uv#4026
jjerphan merged 3 commits into
mamba-org:mainfrom
iisakkirotko:fix-uv-list

Conversation

@iisakkirotko
Copy link
Copy Markdown
Contributor

@iisakkirotko iisakkirotko commented Jul 25, 2025

Description

The equivalent of #3963 for when uv is used by mamba to install dependencies.

Fixes #4013

Type of Change

  • Bugfix
  • Feature / enhancement
  • CI / Documentation
  • Maintenance

Checklist

  • My code follows the general style and conventions of the codebase, ensuring consistency
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run pre-commit run --all locally in the source folder and confirmed that there are no linter errors.
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 12, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.57%. Comparing base (c641811) to head (7f8c7a5).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
libmamba/src/core/prefix_data.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4026      +/-   ##
==========================================
- Coverage   63.58%   63.57%   -0.01%     
==========================================
  Files         315      315              
  Lines       38562    38563       +1     
  Branches     2950     2950              
==========================================
- Hits        24518    24517       -1     
- Misses      13975    13977       +2     
  Partials       69       69              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

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

Actually, the environment export should also probably be tested.

iisakkirotko and others added 2 commits November 27, 2025 14:04
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Copy link
Copy Markdown
Member

@Klaim Klaim left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

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

Thank you, @iisakkirotko!

@jjerphan jjerphan merged commit 5634187 into mamba-org:main Nov 27, 2025
35 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release::bug_fixes For PRs fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

micromamba list and micromamba env export does not list packages installed by uv

4 participants