Ken Odegard
Ken Odegard
### Description For some reason our test environments were installing the following: ``` pkgs/main::conda-libmamba-solver conda-forge::libmambapy conda-forge::libmamba ... ``` Mixing `defaults` and `conda-forge` like this results in ABI conflicts and renders...
### Description Closes #5470 Closes #5469 ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda-build/blob/main/news/TEMPLATE)) for the next release's release...
### Description The `testing_env` fixture was minimally used and better replaced with `tmp_env` provided by `conda.testing`. ### Checklist - did you ... - [ ] Add a file to the...
### Description Replace `_get_temp_prefix` with `path_factory`/`session_path_factory` fixtures. Removes unused: - tests/channel_testing/helpers.py::create_with_channel_in_process - tests/test_experimental.py::_get_temp_prefix_safe - tests/test_experimental.py::cli_flag_and_env_var_settings - tests/test_performance.py::_tmp_prefix_safe Xref #524 Xref https://github.com/conda/conda/pull/14243 ### Checklist - did you ... - [ ]...
### Description While reviewing deprecations in `conda.testing` I found that `conda-libmamba-solver` needs some updates. The first step is understanding just how much needs to be updated. Xref https://github.com/conda/conda/pull/12771 ### Checklist...
### Description Apparently the auto test failure reports never worked, e.g., https://github.com/conda/conda/actions/runs/11371872616/job/31638454695#step:4:13 This quotes the labels to avoid yaml parsing issues with the `:` character. Removes CLS comment. ### Checklist...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? Update `conda.models.channel.Channel.urls()` making it easier...
### Description The activation tests are configured to be skipped if the shell in question is not present so we have little oversight on which shells are actually tested by...
### Summary The environment specs have been fragmented and in need of attention for quite some time (this was first aggregated almost 4 years ago in https://github.com/conda/conda/issues/7248). The goal with...
### Description Closes #14253 ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda/blob/main/news/TEMPLATE)) for the next release's release notes? -...