We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
list_dependencies_command
1 parent 7eec025 commit 7753e72Copy full SHA for 7753e72
docs/changelog/2883.doc.rst
@@ -0,0 +1 @@
1
+Add infromation when command from ``list_dependencies_command`` configuration option is used.
docs/config.rst
@@ -742,6 +742,8 @@ Pip installer
742
:version_added: 2.4
743
744
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.
747
748
749
.. conf::
0 commit comments