summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-11-05 13:24:50 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2018-11-05 13:24:50 +0000
commitb56c08a29fe6c5a7c911f12e3c0c856921b88f4b (patch)
tree9d8d2f324ffa9d865968539d4f1aeb507e25a6fb
parent82e971efa22b3d14d50397d627b7ace6b185a19d (diff)
downloadbuildstream-richardmaw/pytest-dep-update.tar.gz
dev-requirements: Update pytest dependency to 3.8richardmaw/pytest-dep-update
"_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