summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-21 13:18:20 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-08-21 12:46:57 +0000
commit12d1cec27d55914ed3ba29a4b66e5ee4521aef75 (patch)
tree36e1386fe6aa7b188e2380e6cc0052e284b970c7
parentd1bd8c0bf541e6e7799a15fdb3d799374270b98f (diff)
downloadbuildstream-chandan/update-ci-tags.tar.gz
dev-requirements.txt: Pin versions of pytest and pylintchandan/update-ci-tags
These packages should only be updated as a deliberate change and the code should be tested with the new versions to ensure that the test still pass. Any future updates should also happen in sync with the buildstream-docker-images repository so that the testsuite base images also enforce the same restrictions for the development requirements. Replaces https://gitlab.com/BuildStream/buildstream/merge_requests/684.
-rw-r--r--dev-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 81429f0ef..ee2db0351 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,6 +1,7 @@
coverage == 4.4.0
pep8
-pytest >= 3.1.0
+pylint == 2.1.1
+pytest >= 3.7
pytest-cov >= 2.5.0
pytest-datafiles
pytest-env