Skip to content

Commit 1801806

Browse files
committed
Run the internal EIO test on any non-win32 plat
1 parent f463849 commit 1801806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pyrepl/test_unix_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ class TestUnixConsoleEIOHandling(TestCase):
313313

314314
@patch('_pyrepl.unix_console.tcsetattr')
315315
@patch('_pyrepl.unix_console.tcgetattr')
316-
@unittest.skipUnless(sys.platform == "linux", "Only valid on Linux")
317316
def test_eio_error_handling_in_restore(self, mock_tcgetattr, mock_tcsetattr):
318317

319318
import termios

0 commit comments

Comments
 (0)