From 4b4b6c6c1d62700b0f9453e0e1ecc5a62c573601 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 8 Jan 2023 09:01:52 +0000 Subject: [PATCH] Document colorization regression on Windows --- docs/upgrading.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 3ac77c19e..90b2c5505 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 -----------------