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 <[email protected]> --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index 1cc85a5..7b89eeb 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' -- 2.7.4 ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
