-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Milestone
Description
When using venv_backend="conda"
, the conda create
command is not logged, even if -v
is provided, since log=False
is hard-coded in nox/virtualenv.py
:
nox.command.run(cmd, silent=True, log=False)
From the docs, I expected that running nox -v
would log all commands.