Ken Odegard
Ken Odegard
Resolves #24 Changes include: - Ruff version bump and enabled some additional lints (happy to remove these changes if undesired) - Add a TDD test used to showcase problematic behavior...
With Python 3.12 pytest-codspeed runs the benchmark twice. Once to prime the cache and once with instrumentation enabled. The tests added here are derived from the discussion in #25.
When tests write to `stdout`/`stderr` the text ends up writing immediately to the terminal and pytest is unable to intercept it (with the `capsys` fixture) for inspection. Ideally `pytest-codspeed` wouldn't...
### Description Apply a release schedule to conda-build inspired by CEP8 so we can follow CEP9. I updated CEP8 and CEP9 to include appropriate links. ### Objectives - regular releases...
### Description A very specific use case results in the code trying to modify a `frozendict` version of the output dict. Fix #5342 ### Checklist - did you ... -...
### Description A blogpost discussing the recent research into the various conda prefixes (https://github.com/conda/conda/issues/12704).
### Description This adds a blog post discussing when and how to go about making changes to the v0 recipe format now that v1 has been approved and is being...
## Description We occassionally forget to include a truncate tag in our blog posts which we need to correct after the fact. Let's add a pre-commit hook which checks that...
### Summary This is an epic for us to collect all issues related to multi-user installs. ### Linked Issues & PRs - [x] https://github.com/conda/conda/issues/11687 - [ ] https://github.com/conda/conda/issues/11087 - [x]...
### Description Previously `conda activate` in Windows CMD would first create a temporary file at `%TMP%\conda-%RANDOM%\conda.tmp`, it would then call `conda shell.cmd.exe activate` which in turn would write the activation...