File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -403,6 +403,21 @@ Complete list of settings that you can put into ``testenv*`` sections:
403
403
Set to ``true `` if you want to create virtual environments that also
404
404
have access to globally installed packages.
405
405
406
+ .. warning ::
407
+
408
+ In cases where a command line tool is also installed globally you have
409
+ to make sure that you use the tool installed in the virtualenv by using
410
+ ``python -m <command line tool> `` (if supported by the tool) or
411
+ ``{envbindir}/<command line tool> ``.
412
+
413
+ If you forget to do that you will get a warning like this::
414
+
415
+ WARNING: test command found but not installed in testenv
416
+ cmd: /path/to/parent/interpreter/bin/<some command>
417
+ env: /foo/bar/.tox/python
418
+ Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
419
+
420
+
406
421
.. conf :: alwayscopy ^ true|false ^ false
407
422
408
423
Set to ``true `` if you want virtualenv to always copy files rather than
You can’t perform that action at this time.
0 commit comments