summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2023-01-04 15:03:38 +0000
committerGitHub <noreply@github.com>2023-01-04 07:03:38 -0800
commita906a2a2b013bfb5e7b8d5b28c85f4dcc4f92925 (patch)
treefdaa1f4d7455b7c6de04e7cbc691b6dc4b316def
parent43382af3a228c4dfc098ec50e136971553ee0035 (diff)
downloadtox-git-a906a2a2b013bfb5e7b8d5b28c85f4dcc4f92925.tar.gz
Remove docs about colour regression (#2816)
-rw-r--r--docs/upgrading.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index 55de473d..554c76db 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -54,14 +54,6 @@ 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
------------------
-
-- With tox 4 the tty trait of the caller environment is no longer passed through. The most notable impact of this is
- that some tools no longer print colored output. A PR to address this is welcomed, in the meantime you can use the
- ``tty`` substitution to force color mode for these tools, see for example tox itself with pytest and mypy
- `here in tox.ini <https://github.com/tox-dev/tox/blob/main/tox.ini#L28>`_.
-
New plugin system
-----------------