Closed ksolademi closed 9 years ago
It's fixed in current master : #301
Okay, just wasn't sure how much support the older versions get. Master doesn't support django 1.4, and so I was kind of stuck with this one.
Not a huge problem though, as I work around it by requiring an older version of coverage after requirement line for django-jenkins.
Django 1.4 long term support just ended ... So I suppose not too many apps will continue to support it..
After newly installing django-jenkins==0.14.0 running manage.py jenkins --verbosity=2 results in the following traceback:
In django-jenkins requirements file I see the coverage requirement is specified as coverage>=3.4. Looks like coverage 4.0 introduced some breaking changes.