You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
The nose plugin is unfortunately not compatible to Python 3.
Issues I found:
The module
StringIO
is used instead ofio.stringIO
dict.has_key
on line 475, instead ofkey in dict
And then I get:
The text was updated successfully, but these errors were encountered: