Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Python 3 #5

Open
3 tasks
sebix opened this issue Aug 26, 2015 · 0 comments
Open
3 tasks

Python 3 #5

sebix opened this issue Aug 26, 2015 · 0 comments

Comments

@sebix
Copy link

sebix commented Aug 26, 2015

The nose plugin is unfortunately not compatible to Python 3.

Issues I found:

  • The module StringIO is used instead of io.stringIO

  • dict.has_key on line 475, instead of key in dict

  • And then I get:

    rmap[cls].append((n,t,o,e,time))
    KeyError: <class 'nose.failure.Failure'>
    
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant