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:
IWASE Yusuke 2016-05-25 15:27:35 +09:00 committed by FUJITA Tomonori
parent 4fa85d1e4b
commit 9b57e7bd07
1 changed files with 1 additions and 1 deletions

View File

@ -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'