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
I want to use --no-venv and --no-install so I need to rewrite all session.install with session.run('pip'...) but nox does not detect that and runs the installation process.
Describe the solution you'd like
Detect session.install args and check if --no-install arg is provided
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
You want Nox to error on session.run('pip'...) when --no-install is specified? That's kind of the explicit escape hatch for that, so I'm hesitant to overreach there.
How would this feature be useful?
I want to use
--no-venv
and--no-install
so I need to rewrite allsession.install
withsession.run('pip'...)
but nox does not detect that and runs the installation process.Describe the solution you'd like
Detect session.install args and check if
--no-install
arg is providedDescribe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: