cmheisel / nose-xcover

Fork of nose.plugins.cover that enables XML output (for use with Hudson, e.g.)
MIT License
52 stars 17 forks source link

nosexcover 1.0.9 breaks Python 3 support #20

Closed msabramo closed 10 years ago

msabramo commented 10 years ago

nosexcover 1.0.8 supported Python 3, but now it's breaking with nosexcover 1.0.9, released 2014-03-24.

py33 runtests: commands[0] | nosetests -v tests
/Users/marca/dev/surveymonkey/smpackage/.tox/py33/lib/python3.3/site-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin xcover = nosexcover.nosexcover:XCoverage: No module named 'StringIO'
  RuntimeWarning)
Usage: nosetests [options]

nosetests: error: Error reading config file 'setup.cfg': no such option 'with-xcoverage'