Skip to content

Commit 42e3e8e

Browse files
committed
Merge branch 'winrepl' of github.com:DinoV/cpython into winrepl
2 parents fba84aa + db191a2 commit 42e3e8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_pyrepl/test_windows_console.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
pass
2424

2525

26-
# @patch("os.write")
27-
@unittest.skipIf(sys.platform != "win32", "No Unix event queue on Windows")
26+
@unittest.skipIf(sys.platform != "win32", "Test class specifically for Windows")
2827
class WindowsConsoleTests(TestCase):
2928
def console(self, events, **kwargs) -> Console:
3029
console = WindowsConsole()

0 commit comments

Comments
 (0)