From fac4f095c16366fac1cdad18ef23024021511e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 28 Mar 2008 05:25:36 +0000 Subject: Disable test that depends on #2412 being fixed. --- Lib/lib2to3/tests/test_fixers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/lib2to3/tests/test_fixers.py b/Lib/lib2to3/tests/test_fixers.py index e89ef4d..585d628 100755 --- a/Lib/lib2to3/tests/test_fixers.py +++ b/Lib/lib2to3/tests/test_fixers.py @@ -435,6 +435,8 @@ class Test_print(FixerTestCase): # is fixed so it won't crash when it sees print(x=y). # When #2412 is fixed, the try/except block can be taken # out and the tests can be run like normal. + # MvL: disable entirely for now, so that it doesn't print to stdout + return try: s = "from __future__ import print_function\n"\ "print('Hai!', end=' ')" -- cgit v0.12