We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d224cf0 commit bd072d1Copy full SHA for bd072d1
doc/config.txt
@@ -222,6 +222,12 @@ Complete list of settings that you can put into ``testenv*`` sections:
222
invocation environment) can define additional space-separated variable
223
names that are to be passed down to the test command environment.
224
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
231
.. confval:: recreate=True|False(default)
232
233
Always recreate virtual environment if this option is True.
0 commit comments