summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2023-01-08 15:31:09 +0000
committerGitHub <noreply@github.com>2023-01-08 07:31:09 -0800
commitfd25b2b141383b1e3511c82b7429fbf04c1cb4d1 (patch)
tree3dbace331806412ce0e64668a39cb2cea4e9e000
parent761e461b47d588f8a51ef65e3ddf2832089fde80 (diff)
downloadtox-git-fd25b2b141383b1e3511c82b7429fbf04c1cb4d1.tar.gz
Document colorization regression on Windows (#2837)
-rw-r--r--docs/upgrading.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index 3ac77c19..90b2c550 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -54,6 +54,13 @@ Changed INI rules
- tox 4 requires the ``install_command`` to evaluate to a non-empty value for each target environment. In tox 3, an
empty value would be substituted for the default install command.
+Known regressions
+-----------------
+
+- On Windows, the tty trait of the caller environment is no longer passed through. The most notable impact of this
+ change is that some tools no longer show colored output. You may need to force colorization to be for such enabled
+ for such tools. See :issue:`2337` for more details.
+
New plugin system
-----------------