From d25d806cd8f6b26dd715bd0bdf8191c79ce58453 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 2 Aug 2018 16:35:07 +0200 Subject: [PATCH] Problem: pylint's GPL license isn't Apache2-compatible (#2406) Solution: Remove pylint from setup.py. It occurred nowhere else. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fc31bec..c851e61f 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ tests_require = [ 'flake8-quotes==0.8.1', 'hypothesis~=3.18.5', 'hypothesis-regex', - 'pylint', + # Removed pylint because its GPL license isn't Apache2-compatible 'pytest>=3.0.0', 'pytest-cov>=2.2.1', 'pytest-mock',