You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support PEP 723 noxfiles #881 - This would also users to share code, and even not have to install nox. Also extend using Python packages, like using click or rich inside a session.
No promises here, but this my personal wishlist for the next release:
Related series of ideas:
requires
) #631 - this is the key building block for making one thing depend on other things@nox.env
and then defining sessions for it. Would probably solve a lot of things at once, like custom venv locations and lock file support.Add some helpers to the
nox.project
namespace for common tasks that have PEPs behind them:PEP 723 runner:
Fixes:
Cleanup (with fixes):
Longer term, I have ideas about the CLI that might make sense after #167.
The text was updated successfully, but these errors were encountered: