Support #1163
Tracker devel pylint
Status:
Closed
Priority:
Normal
Assignee:
Category:
Testing
Target version:
Start date:
25 October 2012
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Description
The tracker devel branch is currently failing in Jenkins because of pylint, but passes happily enough on the Imperial cluster. I think this is a Jenkins issue, with the number of expected errors being wrong. Could you take a look Chris? Thanks.
Updated by Rogers, Chris about 11 years ago
You need to merge the trunk in - specifically, you need the file tests/style/ref-pylint.json
from the trunk. This contains a modified list of known pylint failures, including false positives due to incorrect errors on calls to subprocess.Popen(...).wait()
Updated by Dobbs, Adam about 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Copied over the file you suggested, Jenkins is now back and jiggy with it. Closing.