summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-20 20:07:13 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-21 18:11:14 +0900
commit5ee1816a15a2a67bda4ec31dcbb03330eaee8ffb (patch)
treedba86f9e3efabd9e83aac7b80333985f4bac1b9b
parentba74a128d5bd7f18574d0f61039a55f1f63d28b7 (diff)
downloadbuildstream-5ee1816a15a2a67bda4ec31dcbb03330eaee8ffb.tar.gz
dev-requirements.txt: Pinning required pytest and pylint versions
These packages should never change without revalidation of whether our test suite passes. A change to these versions should include changes to the code to ensure it still passes tests.
-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..80e87aca0 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,6 +1,7 @@
coverage == 4.4.0
pep8
-pytest >= 3.1.0
+pytest == 3.7.1
+pylint == 2.1.1
pytest-cov >= 2.5.0
pytest-datafiles
pytest-env