Skip to content

Commit db191a2

Browse files
ambvtonybaloney
andauthored
Update Lib/test/test_pyrepl/test_windows_console.py
Co-authored-by: Anthony Shaw <[email protected]>
1 parent d1289af commit db191a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_windows_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

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

0 commit comments

Comments
 (0)