From eee4b674f719cde301c9bcf108c0d7477337308a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 7 Aug 2018 16:13:54 +0200 Subject: 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. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0be02dfa1..efa4ebc1e 100755 --- a/setup.py +++ b/setup.py @@ -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) -- cgit v1.2.1