Skip to content

Commit 755a86c

Browse files
committed
Mark some more tests as failing on Py2 only
1 parent 4173c7c commit 755a86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

future/tests/test_builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ def test_input(self):
13251325
fp.close()
13261326
unlink(TESTFN)
13271327

1328-
@unittest.expectedFailure
1328+
@expectedFailurePY2
13291329
@unittest.skipUnless(pty, "the pty and signal modules must be available")
13301330
def check_input_tty(self, prompt, terminal_input, stdio_encoding=None):
13311331
if not sys.stdin.isatty() or not sys.stdout.isatty():

0 commit comments

Comments
 (0)