-
Notifications
You must be signed in to change notification settings - Fork 25
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
Investigate errors with new --prune tests #267
Conversation
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.
Not sure if the test errors are related or not
# Message expected, but libmamba does not report constraints | ||
"test_update_prune_5", |
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.
Is this something we can tweak in the upstream test to work better here?
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.
Not really. libmamba's implementation doesn't really report that kind of thing so if anything we have to add more messaging to conda-libmamba-solver wrapping logic.
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Will be superseded by #270 |
Description
conda/conda#9614 introduced new tests for
--prune
which are now failing here. Let's investigate what's going on. We'll either fix or skip/xfail to keep CI in the other PRs.Checklist - did you ...
news
directory (using the template) for the next release's release notes?