summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-11-05 13:24:50 +0000
committerrichardmaw-codethink <richard.maw@codethink.co.uk>2018-11-05 16:41:05 +0000
commit0993de530ece03288bf4de6e41522da154611cca (patch)
treef8aec8b2bde8cfe484fa394a8945479c95588497
parent442da2f9467b9191ee3acd4bd90afc37d611d41a (diff)
downloadbuildstream-0993de530ece03288bf4de6e41522da154611cca.tar.gz
dev-requirements: Update pytest dependency to 3.8
"_frontend/app.py: Set correct element-path in interactive bst-init" added a dependency on the tmp_path test fixture, which was added by 3.8.
-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