Skip to content

Commit e565112

Browse files
committed
Add faq entry about re-use of environments
1 parent e0aed50 commit e565112

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changelog/2788.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add faq entry about re-use of environments - by :user:`jugmac00`.

docs/faq.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ tox 4 -- output changes
121121
- We now use colors for reporting, to help make the output easier to read for humans. This can be disabled via the
122122
``TERM=dumb`` or ``NO_COLOR=1`` environment variables, or the ``--colored no`` CLI argument.
123123

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+
124131
New features in tox 4
125132
---------------------
126133
Here is a non-exhaustive list of these.

0 commit comments

Comments
 (0)