Skip to content

Commit

Permalink
Problem: pylint's GPL license isn't Apache2-compatible (#2406)
Browse files Browse the repository at this point in the history
Solution: Remove pylint from setup.py. It occurred nowhere else.
  • Loading branch information
ttmc authored and kansi committed Aug 2, 2018
1 parent 66b243a commit d25d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def check_setuptools_features():
'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',
Expand Down

0 comments on commit d25d806

Please sign in to comment.