From 9b57e7bd07f1da5db033c97920772a3105648355 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 25 May 2016 15:27:35 +0900 Subject: [PATCH] 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 Signed-off-by: FUJITA Tomonori --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'