summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichardmaw-codethink <richard.maw@codethink.co.uk>2018-11-05 17:08:43 +0000
committerrichardmaw-codethink <richard.maw@codethink.co.uk>2018-11-05 17:08:43 +0000
commitbe8f0a54764e8190efdf9361f3ca3f7a44dea0e3 (patch)
treef8aec8b2bde8cfe484fa394a8945479c95588497
parent442da2f9467b9191ee3acd4bd90afc37d611d41a (diff)
parent0993de530ece03288bf4de6e41522da154611cca (diff)
downloadbuildstream-be8f0a54764e8190efdf9361f3ca3f7a44dea0e3.tar.gz
Merge branch 'richardmaw/pytest-dep-update' into 'master'
dev-requirements: Update pytest dependency to 3.8 See merge request BuildStream/buildstream!930
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index c88b4c723..1b175c257 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,7 +1,7 @@
coverage == 4.4.0
pep8
pylint == 2.1.1
-pytest >= 3.7
+pytest >= 3.8
pytest-cov >= 2.5.0
pytest-datafiles
pytest-env