From b56c08a29fe6c5a7c911f12e3c0c856921b88f4b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 5 Nov 2018 13:24:50 +0000 Subject: 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. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1