diff options
author | Jürg Billeter <j@bitron.ch> | 2018-08-07 16:13:54 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-08-07 15:36:35 +0000 |
commit | eee4b674f719cde301c9bcf108c0d7477337308a (patch) | |
tree | db4195f3b49089aefcb7b797aa8a02fba3b6b838 /setup.py | |
parent | 2ceb5dec5848354ecec88cdae915a3231387c086 (diff) | |
download | buildstream-eee4b674f719cde301c9bcf108c0d7477337308a.tar.gz |
Revert "Restrict version of pylint"
This reverts commit 4f168b9b6a02216e2fae24d758ae6b778e545869.
The latest version of pytest_pylint works fine with pylint 2, which
means there is no longer a reason to restrict the pylint version.
pylint 2 is required for Python 3.7.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -272,6 +272,5 @@ setup(name='BuildStream', 'pytest-cov >= 2.5.0', # Provide option to run tests in parallel, less reliable 'pytest-xdist', - 'pytest >= 3.1.0', - 'pylint >= 1.8 , < 2'], + 'pytest >= 3.1.0'], zip_safe=False) |