mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +00:00
Disable test that depends on #2412 being fixed.
This commit is contained in:
parent
d183bdd6fb
commit
fac4f095c1
1 changed files with 2 additions and 0 deletions
|
|
@ -435,6 +435,8 @@ class Test_print(FixerTestCase):
|
||||||
# is fixed so it won't crash when it sees print(x=y).
|
# is fixed so it won't crash when it sees print(x=y).
|
||||||
# When #2412 is fixed, the try/except block can be taken
|
# When #2412 is fixed, the try/except block can be taken
|
||||||
# out and the tests can be run like normal.
|
# out and the tests can be run like normal.
|
||||||
|
# MvL: disable entirely for now, so that it doesn't print to stdout
|
||||||
|
return
|
||||||
try:
|
try:
|
||||||
s = "from __future__ import print_function\n"\
|
s = "from __future__ import print_function\n"\
|
||||||
"print('Hai!', end=' ')"
|
"print('Hai!', end=' ')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue