summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-21 13:18:20 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-08-21 13:30:13 +0100
commit54d152252171e9a4da8b4bfef6a5fcf947fb9d97 (patch)
treeb8b723fcf017ef19061fe98db55b88441b93d542
parent24da69cfc0502d6fc32621c2b009e4eefde1489b (diff)
downloadbuildstream-54d152252171e9a4da8b4bfef6a5fcf947fb9d97.tar.gz
dev-requirements.txt: Pin versions of pytest and pylint
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