summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-16 18:52:58 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-26 14:54:05 -0500
commit61906a14850d0c7ac19b02f9c69c81fc7c025020 (patch)
treeebb0fc230c444db639dd32588f31f5a2cfa414d4
parent80c137d5b269458914bba730d4da99b8ea571c41 (diff)
downloadbuildstream-tristan/test-fixes.tar.gz
dev-requirements.txt: Remove the restriction on pylint.tristan/test-fixes
After having fixed the more recent linting errors, the tests should pass with recent versions of pylint. Tested with pylint 2.2.2.
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 5a71e8824..d967829f7 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,6 +1,6 @@
coverage == 4.4.0
pep8
-pylint == 2.1.1
+pylint
pytest >= 3.9
pytest-cov >= 2.5.0
pytest-datafiles >= 2.0