We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761e461 commit fd25b2bCopy full SHA for fd25b2b
docs/upgrading.rst
@@ -54,6 +54,13 @@ Changed INI rules
54
- tox 4 requires the ``install_command`` to evaluate to a non-empty value for each target environment. In tox 3, an
55
empty value would be substituted for the default install command.
56
57
+Known regressions
58
+-----------------
59
+
60
+- On Windows, the tty trait of the caller environment is no longer passed through. The most notable impact of this
61
+ change is that some tools no longer show colored output. You may need to force colorization to be for such enabled
62
+ for such tools. See :issue:`2337` for more details.
63
64
New plugin system
65
-----------------
66
0 commit comments