Skip to content

Adding -q to install_command does not make it avoid listing output of pip freeze #601

@ssbarnea

Description

@ssbarnea

Adding -q to install_command does not make it avoid listing output of pip freeze, making the console output of tox very verbose, especially for people using lots of target environments.

Tried both approaches but without any luck.

install_command = pip install -q {opts} {packages}
list_dependencies_command = pip -q freeze > pip-freeze.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:reportingbug:minordoes not affect many people or has no big impactlevel:easyrought estimate that this might be quite easy to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions