summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-08-07 16:13:54 +0200
committerJavier Jardón <jjardon@gnome.org>2018-08-12 03:05:05 +0100
commita42d5c5f1a820b2b383f86009b3bfc673e199a8f (patch)
tree55b81ffb307a11e4b2b071b0dc821a2c027938e6
parente5032b7cfd57327a2feca0da9bf7fbc112a91188 (diff)
downloadbuildstream-a42d5c5f1a820b2b383f86009b3bfc673e199a8f.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.
-rw-r--r--dev-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 8cf1851f4..9880bc6e9 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -2,7 +2,6 @@
# random crashes with 4.4.2
coverage == 4.4.0
pep8
-pylint >= 1.8 , < 2
pytest >= 3.1.0
pytest-cov
pytest-datafiles