Skip to content

Commit

Permalink
Add faq entry about re-use of environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Dec 29, 2022
1 parent e0aed50 commit e565112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2788.doc.rst
@@ -0,0 +1 @@
Add faq entry about re-use of environments - by :user:`jugmac00`.
7 changes: 7 additions & 0 deletions docs/faq.rst
Expand Up @@ -121,6 +121,13 @@ tox 4 -- output changes
- We now use colors for reporting, to help make the output easier to read for humans. This can be disabled via the
``TERM=dumb`` or ``NO_COLOR=1`` environment variables, or the ``--colored no`` CLI argument.

tox 4 -- re-use of environments
+++++++++++++++++++++++++++++++

- It is no longer possible to re-use environments. While this was possible with tox version 3, this behavior was never
supported and only worked by chance. You could possibly create a plugin to re-establish this functionality.


New features in tox 4
---------------------
Here is a non-exhaustive list of these.
Expand Down

0 comments on commit e565112

Please sign in to comment.