2024.04.15 🪼
We'd like to thank the following folks who contributed to this release:
New features:
- Added support for PEP 723 (inline script metadata) with
nox.project.load_toml
by @henryiii in #811 - Added support for
micromamba
by @henryiii in #807 - Added
venv_backend
property to sessions by @henryiii in #798 - Added the ability to use
None
to remove environment variables by @henryiii in #812 - Added support for skipping sessions by default using
default=False
by @henryiii in #810
Bugfixes:
- Use static arguments instead of
**kwargs
by @henryiii in #815 - Do not depend on
pipx
in Nox GitHub action by @mayeut in #768 - Disallow
UV_SYSTEM_PYTHON
by @henryiii in #817 - Ensure 'uv' always works in a uv venv by @henryiii in #818
- Look for
uv
next topython
if it's not onPATH
by @cjolowicz in #795 - Fixed missing f-string in
--help
message by @cjolowicz in #790 - Don't error if not installing to passthrough by @henryiii in #809
- Avoid mixing
venv
andconda
from environment by @henryiii in #804 - Skip test for conda env when
conda
isn't installed by @cjolowicz in #794