Henry Schreiner

Results 2507 comments of Henry Schreiner

I've mostly avoided adding uv-only features. First a section explaining how to set this up would need to be added, then it possibly could be added. It does take some...

Conda on windows: ``` 75.29s call tests/test_virtualenv.py::test_condaenv_create 45.79s call tests/test_virtualenv.py::test_reuse_conda_environment 42.85s call tests/test_virtualenv.py::test_condaenv_create_interpreter 32.60s call tests/test_virtualenv.py::test_stale_environment[conda-virtualenv-False] 29.08s call tests/test_virtualenv.py::test_condaenv_detection ``` Wow...

Writing a script doesn't work on Windows. You have to create a shim there, pip doesn't seem to do it for you if you give it a Python script. So...

This is somewhat of an antipattern for nox - I'd say you either should let the user specify the Python version (via force), or you should create a list of...

https://github.com/scientific-python/repo-review/blob/1a277efd2f08ca178339ff7441e52604b19ba1c2/pyproject.toml#L165 should do it.

Adding `Python_SITELIB` to `CMAKE_PREFIX_PATH` would make vanilla CMake runs work like scikit-build-core and find pip/conda installed pybind11 by default.

Let me know if you want me to rebase.