Skip to content

Commit bd072d1

Browse files
committed
Added docs for passenv PYTHONPATH semantics
1 parent d224cf0 commit bd072d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/config.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ Complete list of settings that you can put into ``testenv*`` sections:
222222
invocation environment) can define additional space-separated variable
223223
names that are to be passed down to the test command environment.
224224

225+
.. versionchanged:: 2.7
226+
227+
``PYTHONPATH`` will be passed down if explicitly defined. If ``PYTHONPATH``
228+
exists in the host environment but is **not** declared in ``passenv`` a
229+
warning will be emitted.
230+
225231
.. confval:: recreate=True|False(default)
226232

227233
Always recreate virtual environment if this option is True.

0 commit comments

Comments
 (0)