-
Notifications
You must be signed in to change notification settings - Fork 24
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
Require libmambapy 1.5.3 #347
Conversation
Note that libmamba 1.5.3 is not on defaults yet, but the CI seems to be getting it from 1.5.3 from conda-forge anyway (even on the defaults CI entries), hence why everything's passing. |
api_ctx.set_verbosity(context.verbosity) | ||
if output_params.json: | ||
if api_ctx.output_params.json: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are cancelling some other json if json is True?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want libmamba to print JSON on its own. It's something only conda should do.
Merging with failures because they are connection errors. |
Description
This release includes a few fixes that we have needed in conda-libmamba-solver for a while, including:
defaults::pkg
andpkgs/main::pkg
specs (Some backports mamba-org/mamba#2936)Checklist - did you ...
news
directory (using the template) for the next release's release notes?