Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changelog/3039.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Linked environment variable substitutions docs in
``set_env`` and ``pass_env`` config docs.
8 changes: 8 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ Base options
tox invocation environment it is ignored. The list of environment variable names is not case sensitive, for example:
passing ``A`` or ``a`` will pass through both ``A`` and ``a``.

More environment variable-related information
can be found in :ref:`environment variable substitutions`.

.. conf::
:keys: set_env, setenv

Expand All @@ -300,6 +303,9 @@ Base options
- each line is in KEY=VALUE format; both the key and the value are stripped,
- there is no special handling of quotation marks, they are part of the key or value.

More environment variable-related information
can be found in :ref:`environment variable substitutions`.

.. conf::
:keys: parallel_show_output
:default: False
Expand Down Expand Up @@ -830,6 +836,8 @@ Special substitutions that accept additional colon-delimited ``:`` parameters
cannot have a space after the ``:`` at the beginning of line (e.g. ``{posargs:
magic}`` would be parsed as factorial ``{posargs``, having value magic).

.. _`environment variable substitutions`:

Environment variable substitutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down