From e5651124c0427213f7c08154e6a67d73838ee68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 29 Dec 2022 18:53:17 +0100 Subject: [PATCH] Add faq entry about re-use of environments --- docs/changelog/2788.doc.rst | 1 + docs/faq.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/changelog/2788.doc.rst diff --git a/docs/changelog/2788.doc.rst b/docs/changelog/2788.doc.rst new file mode 100644 index 0000000000..b9b6fc61ff --- /dev/null +++ b/docs/changelog/2788.doc.rst @@ -0,0 +1 @@ +Add faq entry about re-use of environments - by :user:`jugmac00`. diff --git a/docs/faq.rst b/docs/faq.rst index 1428724450..0a417c38f1 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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.