Problem: pylint's GPL license isn't Apache2-compatible (#2406)

Solution: Remove pylint from setup.py. It occurred nowhere else.
This commit is contained in:
Troy McConaghy 2018-08-02 16:35:07 +02:00 committed by Vanshdeep Singh
parent 66b243a2b4
commit d25d806cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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',