Skip to content

Some conda commands not logged. #345

@mforbes

Description

@mforbes

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions