tests/test-stdio.py
changeset 45043 be58fb1eaa73
parent 45038 c7d109c400a4
child 45044 359884685eab
--- a/tests/test-stdio.py	Sat Jul 04 11:21:44 2020 +0200
+++ b/tests/test-stdio.py	Sat Jul 04 11:41:39 2020 +0200
@@ -89,7 +89,6 @@
     def test_stdout_ptys_unbuffered(self):
         self._test(_ptys, UNBUFFERED, python_args=['-u'])
 
-    # On Windows, test_stdout_ptys wouldn't pass, but it's skipped anyway.
     if not pycompat.ispy3 and not pycompat.iswindows:
         # On Python 2 on non-Windows, we manually open stdout in line-buffered
         # mode if connected to a TTY. We should check if Python was configured