test-requires: Update to use the latest Pylint
Current specified Pylint(==0.25.0) are not enough to support Python 3. This patch updates test-requires to use the latest one. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4fa85d1e4b
commit
9b57e7bd07
@ -2,7 +2,7 @@ coverage
|
||||
mock
|
||||
nose
|
||||
pep8
|
||||
pylint==0.25.0
|
||||
pylint
|
||||
formencode
|
||||
lxml; platform_python_implementation != 'PyPy' # OF-Config
|
||||
lxml==3.4.0; platform_python_implementation == 'PyPy'
|
||||
|
Loading…
Reference in New Issue
Block a user