mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
66b243a2b4
commit
d25d806cd8
2
setup.py
2
setup.py
@ -56,7 +56,7 @@ tests_require = [
|
|||||||
'flake8-quotes==0.8.1',
|
'flake8-quotes==0.8.1',
|
||||||
'hypothesis~=3.18.5',
|
'hypothesis~=3.18.5',
|
||||||
'hypothesis-regex',
|
'hypothesis-regex',
|
||||||
'pylint',
|
# Removed pylint because its GPL license isn't Apache2-compatible
|
||||||
'pytest>=3.0.0',
|
'pytest>=3.0.0',
|
||||||
'pytest-cov>=2.2.1',
|
'pytest-cov>=2.2.1',
|
||||||
'pytest-mock',
|
'pytest-mock',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user