File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ Documented problems with plugin and provision env - by :user: `ziima `.
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ Global settings are defined under the ``tox`` section as:
7676 When tox is invoked with the ``--no-provision `` flag,
7777 the provision won't be attempted, tox will fail instead.
7878
79+ .. warning ::
80+
81+ The new virtual environment will only contain dependencies specified by the :conf: `requires ` keyword.
82+ Any plugin used by the `tox ` executable and not specified in `requires ` explicitely won't be used for subsequent tasks.
83+
7984.. conf :: toxworkdir ^ PATH ^ {toxinidir}/.tox
8085
8186 Directory for tox to generate its environments into, will be created if it does not exist.
Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ and locations of all installed plugins::
7272 registered plugins:
7373 tox-travis-0.10 at /home/ob/.virtualenvs/tmp/lib/python3.6/site-packages/tox_travis/hooks.py
7474
75+ .. warning ::
76+
77+ If the `tox.ini ` used specifies :conf: `minversion ` or :conf: `requires ` options then registered plugins may not have any effect.
78+ See :conf: `provision_tox_env ` for details.
79+
7580
7681Creating a plugin
7782-----------------
You can’t perform that action at this time.
0 commit comments