diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-05-25 15:27:35 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-01 20:38:39 +0900 |
commit | 9b57e7bd07f1da5db033c97920772a3105648355 (patch) | |
tree | 646e025f85eb1d7f49d6d36ce5000c59d6228a77 /tools | |
parent | 4fa85d1e4b551b0e2cd2af4d827265c0d34666e5 (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-requires | 2 |
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' |