diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-12-16 18:50:26 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-12-26 14:54:05 -0500 |
commit | 80c137d5b269458914bba730d4da99b8ea571c41 (patch) | |
tree | e318ed969007a2f3353a7e1429bf35cf11c5db7f | |
parent | 4ffe03c6007b31a9492a73d20ab7f9e38c4857da (diff) | |
download | buildstream-80c137d5b269458914bba730d4da99b8ea571c41.tar.gz |
dev-requirements.txt: Require new version of pytest-datafiles
Since Thomas Nixon fixed the datafiles plugin to be compatible
with pytest >= 3.8.0, we can now depend on it and avoid the
warnings and errors which the older datafiles plugin causes.
This fixes issue #636
-rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 1aa5491e3..5a71e8824 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ pep8 pylint == 2.1.1 pytest >= 3.9 pytest-cov >= 2.5.0 -pytest-datafiles +pytest-datafiles >= 2.0 pytest-env pytest-pep8 pytest-pylint |