python-coveralls icon indicating copy to clipboard operation
python-coveralls copied to clipboard

Support for coverage 4.0

Open jorisroovers opened this issue 10 years ago • 2 comments

python-coveralls doesn't like coverage 4.0:

$ coveralls
Traceback (most recent call last):
  File "/vagrant/.venv/bin/coveralls", line 11, in <module>
    sys.exit(wear())
  File "/vagrant/.venv/local/lib/python2.7/site-packages/coveralls/__init__.py", line 76, in wear
    from coveralls.control import coveralls
  File "/vagrant/.venv/local/lib/python2.7/site-packages/coveralls/control.py", line 1, in <module>
    from coverage.control import coverage
ImportError: cannot import name coverage

I ended up downgrading back to coverage 3.7.1 for the time being.

jorisroovers avatar Oct 02 '15 11:10 jorisroovers

Im sorry, but these days i've no time to take a look in this issue.

Could someone help me with a Pull Request? ;)

z4r avatar Oct 14 '15 13:10 z4r

This is already done. ( https://github.com/z4r/python-coveralls/pull/44 ) Should it be closed?

https://github.com/z4r/python-coveralls/blob/286e98ff8d3aebc2b78659fa0dd08a575a7a7285/setup.py#L25

jakirkham avatar Dec 23 '18 00:12 jakirkham