Remove stdout check that fails under pypy.
authorIan Lee <IanLee1521@gmail.com>
Sun, 14 Dec 2014 03:26:05 +0000 (19:26 -0800)
committerIan Lee <IanLee1521@gmail.com>
Sun, 14 Dec 2014 03:26:05 +0000 (19:26 -0800)
commit866619420158180a1e44de1eeb35c01a5d1a5902
treed6f181f448b9affc8a7a6c4ad5ec617977328230
parente585618c224568c2f47d99ab615b32e5f821a633
Remove stdout check that fails under pypy.

This second E901 error actually only shows up in the test framework
and does not happen if you run the code within the Python interpreter.
testsuite/test_api.py