Skip to content

Commit b5ff4dc

Browse files
authored
Document that the passenv environment setting is case insensitive (#1723)
* Document that the passenv environment setting is case insensitive * review feedback
1 parent 649c6c0 commit b5ff4dc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Florian Bruhin
3636
Florian Preinstorfer
3737
Florian Schulze
3838
George Alton
39+
Gleb Nikonorov
3940
Gonéri Le Bouder
4041
Hazal Ozturk
4142
Henk-Jaap Wagenaar

docs/changelog/1534.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document that the ``passenv`` environment setting is case insensitive. - by :user:`gnikonorov`

docs/config.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,9 @@ Complete list of settings that you can put into ``testenv*`` sections:
421421
environment when executing test commands. If a specified environment
422422
variable doesn't exist in the tox invocation environment it is ignored.
423423
You can use ``*`` and ``?`` to match multiple environment variables with
424-
one name.
424+
one name. The list of environment variable names is not case sensitive, and
425+
all variables that match when upper cased will be passed. For example, passing
426+
``A`` will pass both ``A`` and ``a``.
425427

426428
Some variables are always passed through to ensure the basic functionality
427429
of standard library functions or tooling like pip:

0 commit comments

Comments
 (0)