summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-16 17:26:07 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-26 14:54:05 -0500
commitcaf4966977c4415619a55364213c352d04e25b87 (patch)
tree1585e6a69a1e9b40d9fa4af24043ead9094760b7
parentc3153deaee9257a156bb927555982c5558926527 (diff)
downloadbuildstream-caf4966977c4415619a55364213c352d04e25b87.tar.gz
dev-requirements.txt: Require at least pytest 3.9
Recently we have been adding some tests which use the new tmp_path fixture from pytest, this is new in 3.9.
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 380e734c8..1aa5491e3 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,7 +1,7 @@
coverage == 4.4.0
pep8
pylint == 2.1.1
-pytest >= 3.8
+pytest >= 3.9
pytest-cov >= 2.5.0
pytest-datafiles
pytest-env