We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We've had quite a few fixes (especially for the new uv support), I think it might be good to get a release out:
nox.project.load_toml
micromamba
venv_backend
None
default=False
**kwargs
UV_SYSTEM_PYTHON
--help
It's a bit smaller of a release, but it's got a reasonable number of bugfixes and a few new features. I think it's about ready. Thoughts?
The text was updated successfully, but these errors were encountered:
Done!
PyPI: https://pypi.org/project/nox/2024.4.15/#description GitHub release: https://github.com/wntrblm/nox/releases/tag/2024.04.15
Sorry, something went wrong.
theacodes
No branches or pull requests
We've had quite a few fixes (especially for the new uv support), I think it might be good to get a release out:
New features
nox.project.load_toml
by @henryiii in feat: support PEP 723 with a toml load function #811micromamba
support by @henryiii in feat: add micromamba support #807venv_backend
property to sessions by @henryiii in feat: add venv_backend property #798None
to remove environment variables by @henryiii in feat: support None to remove envvars #812default=False
by @henryiii in feat: support default=False #810Bugfixes
**kwargs
by @henryiii in feat: use static arguments instead of **kwargs #815UV_SYSTEM_PYTHON
by @henryiii in fix: disallow UV_SYSTEM_PYTHON #817--help
message by @cjolowicz in fix: missing f-string in --help message #790It's a bit smaller of a release, but it's got a reasonable number of bugfixes and a few new features. I think it's about ready. Thoughts?
The text was updated successfully, but these errors were encountered: