Closed rsyring closed 13 years ago
Just wondering if this can get fixed, its breaking some of my jenkins testing. It should be as simple as changing the following line in setup.py:
install_requires=['nose', 'coverage==3.4'],
To:
install_requires=['nose', 'coverage>=3.4'],
Thanks.
submitted pull request to resolve: https://github.com/heckj/nose-xcover/pull/new/patch-1
bump
Sorry it took me so long to get to this! 1.0.7 has been released with the setup.py fix. http://pypi.python.org/pypi/nosexcover
Thanks Chris!
ditto
cheers!
The plugin specifies coverage 3.4, but pip is installing 3.5b1 by default, resulting in this plugin not being able to be used.