Actions
Task #2106
closedPin to flake8 2.6.2
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
2.10.0
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:
Description
flake8 3.0 drops explicit support for Python 2.6 http://flake8.pycqa.org/en/latest/release-notes/3.0.0.html
In the pulp_python plugin, this caused at least this error:
AttributeError: 'module' object has no attribute 'OrderedDict'
As long as we support el6 (and Python 2.6) we will need to pin flake8 to 2.6.2. This will need to be done in the requirements files for core pulp and each plugin.
Related issues
Actions