Skip to content

Commit

Permalink
Add more explanation to list_dependencies_command configuration opt…
Browse files Browse the repository at this point in the history
…ion (tox-dev#2883)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Czaki and pre-commit-ci[bot] committed Jan 19, 2023
1 parent 7eec025 commit 7753e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2883.doc.rst
@@ -0,0 +1 @@
Add infromation when command from ``list_dependencies_command`` configuration option is used.
2 changes: 2 additions & 0 deletions docs/config.rst
Expand Up @@ -742,6 +742,8 @@ Pip installer
:version_added: 2.4

The ``list_dependencies_command`` setting is used for listing the packages installed into the virtual environment.
This command will be executed only if executing on Contionous Integrations is detected (for example set environment variable ``CI=1``)
or if journal is active.


.. conf::
Expand Down

0 comments on commit 7753e72

Please sign in to comment.