]> granicus.if.org Git - python/commitdiff
Disable test that depends on #2412 being fixed.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2008 05:25:36 +0000 (05:25 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Mar 2008 05:25:36 +0000 (05:25 +0000)
Lib/lib2to3/tests/test_fixers.py

index e89ef4d643514588d4416c502a66bdd244ab68c6..585d628a8f2fd81473d9e6a32f1061c6a417e890 100755 (executable)
@@ -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=' ')"