Comment 3 for bug 1136318

Revision history for this message
Marius Gedminas (mgedmin) wrote : Re: Dependency on python-subunit in setup.py should be updated

If I run zope.testrunner's tests with python-subunit in sys.path on Python 3.x, I get a bunch of test failures that say

    AttributeError: '_io.StringIO' object has no attribute 'buffer'

or

    AttributeError: '_io.StringIO' object has no attribute 'buffer'

all in deep in subunit's make_stream_binary(). I'm guessing zope.testrunner's test fixture (subbed-out sys.stdout?) is incompatible with the assumptions that subunit makes.

Help would be appreciated.