Henry Schreiner

Results 2521 comments of Henry Schreiner

`manylinux1` is still receiving updates last I checked (2-17-2024).

This was added in https://github.com/cookiecutter/cookiecutter/pull/1881!

Hidden variables have two underscores, one underscore is a cookiecutter config variable. Have you tried two underscores?

FYI, I'd not consider changing backends a breaking change. A user getting a wheel will get an identical wheel as before - neither the setup.py nor the pyproject.toml is placed...

FYI, in tox 4, you can add: ```ini [testenv] package = wheel wheel_build_env = .pkg ``` which will cache the wheel and provide a nice speed boost to running multiple...

Already fixed in https://github.com/scientific-python/cookie/pull/398, not released yet though.

This is breaking pip check for pytest-shutil -> pytest-virtualenv -> scikit-build-core on conda-forge. Any ETA on a release?

This could also be used by power users to have multiple sessions share a single venv. Nicely combines with better logic on venv reuse. :)

> [wrap venv_location with os.path.expanuser](https://github.com/wntrblm/nox/pull/785/commits/ea8e444367e411d64f79dab459ba559c4a026375) Do we do that anywhere else? Any reason not to let a user make it explicit? `Path.home()` would work, for example.