File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ Add faq entry about re-use of environments - by :user: `jugmac00 `.
Original file line number Diff line number Diff line change @@ -121,6 +121,13 @@ tox 4 -- output changes
121
121
- We now use colors for reporting, to help make the output easier to read for humans. This can be disabled via the
122
122
``TERM=dumb `` or ``NO_COLOR=1 `` environment variables, or the ``--colored no `` CLI argument.
123
123
124
+ tox 4 -- re-use of environments
125
+ +++++++++++++++++++++++++++++++
126
+
127
+ - It is no longer possible to re-use environments. While this was possible with tox version 3, this behavior was never
128
+ supported and only worked by chance. You could possibly create a plugin to re-establish this functionality.
129
+
130
+
124
131
New features in tox 4
125
132
---------------------
126
133
Here is a non-exhaustive list of these.
You can’t perform that action at this time.
0 commit comments