Skip to content

Commit 7753e72

Browse files
Add more explanation to list_dependencies_command configuration option (#2883)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7eec025 commit 7753e72

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/changelog/2883.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add infromation when command from ``list_dependencies_command`` configuration option is used.

docs/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ Pip installer
742742
:version_added: 2.4
743743

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

746748

747749
.. conf::

0 commit comments

Comments
 (0)