From 52243cf3ef05d172673f11dbfe45e1b4f5220565 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 18 Jan 2023 20:12:53 +0000 Subject: [PATCH 1/5] add more explanation to list_dependencies_command --- docs/config.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 8569c5553..961625e39 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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:: From bf6f3fa899a94a521e322d8c0d5a679bd896beea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:58:01 +0000 Subject: [PATCH 2/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 961625e39..1982e9cc4 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -742,8 +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. + 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:: From bdbfbecece58f6d663b33c61c98e872ad04aabbf Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 18 Jan 2023 23:05:29 +0000 Subject: [PATCH 3/5] add changelog file --- docs/changelog/2883.docs.rst | 1 + docs/config.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/2883.docs.rst diff --git a/docs/changelog/2883.docs.rst b/docs/changelog/2883.docs.rst new file mode 100644 index 000000000..f675de76e --- /dev/null +++ b/docs/changelog/2883.docs.rst @@ -0,0 +1 @@ +Add infromation when command from ``list_dependencies_command`` configuration option is used. \ No newline at end of file diff --git a/docs/config.rst b/docs/config.rst index 1982e9cc4..e80da0667 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -742,7 +742,7 @@ 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`) + 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. From bc60f900b00895f3adb16038cd12cecbd2de841e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:09:18 +0000 Subject: [PATCH 4/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/changelog/2883.docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/2883.docs.rst b/docs/changelog/2883.docs.rst index f675de76e..8472f903b 100644 --- a/docs/changelog/2883.docs.rst +++ b/docs/changelog/2883.docs.rst @@ -1 +1 @@ -Add infromation when command from ``list_dependencies_command`` configuration option is used. \ No newline at end of file +Add infromation when command from ``list_dependencies_command`` configuration option is used. From 241859326e3b6d05ef957f22bc176f5d282f6b05 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 18 Jan 2023 23:32:52 +0000 Subject: [PATCH 5/5] fix file name --- docs/changelog/{2883.docs.rst => 2883.doc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/changelog/{2883.docs.rst => 2883.doc.rst} (100%) diff --git a/docs/changelog/2883.docs.rst b/docs/changelog/2883.doc.rst similarity index 100% rename from docs/changelog/2883.docs.rst rename to docs/changelog/2883.doc.rst