Comment 1 for bug 1132910

Revision history for this message
Florent (florent.x) wrote :

Thanks for the report.

It's weird that this failure was not seen on the Travis builder https://travis-ci.org/pyflakes/pyflakes/builds/4454384
The difference is that it uses the unittest2/unittest2py3k packages to use the same features for older versions of Python.

I just did the "python -m unittest discover" in a checkout of the repository, with Python 3.3, and no failure.