File tree 3 files changed +11
-0
lines changed
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:
76
76
When tox is invoked with the ``--no-provision `` flag,
77
77
the provision won't be attempted, tox will fail instead.
78
78
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
+
79
84
.. conf :: toxworkdir ^ PATH ^ {toxinidir}/.tox
80
85
81
86
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::
72
72
registered plugins:
73
73
tox-travis-0.10 at /home/ob/.virtualenvs/tmp/lib/python3.6/site-packages/tox_travis/hooks.py
74
74
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
+
75
80
76
81
Creating a plugin
77
82
-----------------
You can’t perform that action at this time.
0 commit comments