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 f463849 commit 1801806Copy full SHA for 1801806
1 file changed
Lib/test/test_pyrepl/test_unix_console.py
@@ -313,7 +313,6 @@ class TestUnixConsoleEIOHandling(TestCase):
313
314
@patch('_pyrepl.unix_console.tcsetattr')
315
@patch('_pyrepl.unix_console.tcgetattr')
316
- @unittest.skipUnless(sys.platform == "linux", "Only valid on Linux")
317
def test_eio_error_handling_in_restore(self, mock_tcgetattr, mock_tcsetattr):
318
319
import termios
0 commit comments