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_tomlby @henryiii in #811 - Added support for
micromambaby @henryiii in #807 - Added
venv_backendproperty to sessions by @henryiii in #798 - Added the ability to use
Noneto remove environment variables by @henryiii in #812 - Added support for skipping sessions by default using
default=Falseby @henryiii in #810
Bugfixes:
- Use static arguments instead of
**kwargsby @henryiii in #815 - Do not depend on
pipxin Nox GitHub action by @mayeut in #768 - Disallow
UV_SYSTEM_PYTHONby @henryiii in #817 - Ensure 'uv' always works in a uv venv by @henryiii in #818
- Look for
uvnext topythonif it's not onPATHby @cjolowicz in #795 - Fixed missing f-string in
--helpmessage by @cjolowicz in #790 - Don't error if not installing to passthrough by @henryiii in #809
- Avoid mixing
venvandcondafrom environment by @henryiii in #804 - Skip test for conda env when
condaisn't installed by @cjolowicz in #794