-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 context
bug with CONDA_REPODATA_FNS
and improve some tests in test_solve
#13490
Conversation
CodSpeed Performance ReportMerging #13490 will create unknown performance changesComparing Summary
|
o.o WHAT |
@jaimergp Any idea where the 3.12 test failures comes from? |
I'm looking into it. I can reproduce locally and only with 3.12. Very intriguing. Also the test is slow. 4000s in CI, 1000s locally o.o |
I think it's an interaction between |
Passing now @jezdez |
Description
Some tests in
test_solve
were using the cached solver backend, so the solver parametrization was not working properly.Additionally, we explicitly set
CONDA_REPODATA_FNS
so libmamba can recognize it was asked for (and not injected inconda.cli.install
).While doing this I discovered that the current
conda
will crash ifCONDA_REPODATA_FNS
is set to something not includingrepodata.json
because a list is expected butcontext
returns a tuple.Checklist - did you ...
news
directory (using the template) for the next release's release notes?