Kaydet (Commit) fac4f095 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Disable test that depends on #2412 being fixed.

üst d183bdd6
......@@ -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=' ')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment