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 b2d7c26 commit f0541b6Copy full SHA for f0541b6
CHANGELOG.rst
@@ -25,9 +25,9 @@ Bug Fixes
25
- ``UnicodeWarning`` is issued from the internal pytest warnings plugin only
26
when the message contains non-ascii unicode (Python 2 only). (#2463)
27
28
-- Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's
29
- FDCapture. Other code using console handles might still be affected by the
30
- very same issue and might require further workarounds/fixes, i.e. colorama.
+- Added a workaround for Python 3.6 ``WindowsConsoleIO`` breaking due to Pytests's
+ ``FDCapture``. Other code using console handles might still be affected by the
+ very same issue and might require further workarounds/fixes, i.e. ``colorama``.
31
(#2467)
32
33
0 commit comments