Ben Mares

Results 674 comments of Ben Mares

Hmm, 362b1b3 seems to be a workaround for a pytest bug

Oh, this is pretty funny... I have pytest v8.1.1 locally, but when I upgrade to v8.2.2 I get the same behavior as the CI. That's annoying!

I'm not entirely serious about actually merging this one. The root of this problem is Python itself, so a workaround like this is likely to introduce more problems than it...

Going a bit deeper, the PR that causes the root `__init__.py` to be imported is https://github.com/pytest-dev/pytest/pull/12208. The reason is that this change causes parent modules to be loaded. But why...

> Firstly, thanks for micromamba and micromamba-docker. These 2 combined with astral.sh's uv makes installing dependencies during Docker build much faster! For mixed conda/pip dependencies, I'd strongly recommend checking out...

I'm confused... isn't numpy

Ha, I see my misunderstanding now. I originally read it as "drop the `

I have not tried it out yet (I don't have any particular use case) but I love the idea, and I love the modular nature. I could see conda-lock depending...

I think I've even done most of the complementary work with the `conda-lock render-lock-spec --kind=pixi.toml` feature on the main branch.