summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-05-25 15:27:35 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-06-01 20:38:39 +0900
commit9b57e7bd07f1da5db033c97920772a3105648355 (patch)
tree646e025f85eb1d7f49d6d36ce5000c59d6228a77 /tools
parent4fa85d1e4b551b0e2cd2af4d827265c0d34666e5 (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 1cc85a54..7b89eeb3 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -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'