File tree 3 files changed +5
-1
lines changed 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Florian Bruhin
36
36
Florian Preinstorfer
37
37
Florian Schulze
38
38
George Alton
39
+ Gleb Nikonorov
39
40
Gonéri Le Bouder
40
41
Hazal Ozturk
41
42
Henk-Jaap Wagenaar
Original file line number Diff line number Diff line change
1
+ Document that the ``passenv `` environment setting is case insensitive. - by :user: `gnikonorov `
Original file line number Diff line number Diff line change @@ -421,7 +421,9 @@ Complete list of settings that you can put into ``testenv*`` sections:
421
421
environment when executing test commands. If a specified environment
422
422
variable doesn't exist in the tox invocation environment it is ignored.
423
423
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 ``.
425
427
426
428
Some variables are always passed through to ensure the basic functionality
427
429
of standard library functions or tooling like pip:
You can’t perform that action at this time.
0 commit comments