diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-20 20:50:17 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-12 03:07:38 +0100 |
commit | f2f572cb660b5c13c7d144124ea8043223d169ec (patch) | |
tree | 0b1a117c090edefe3bd01568ff665e77ad5d097e | |
parent | a42d5c5f1a820b2b383f86009b3bfc673e199a8f (diff) | |
download | buildstream-f2f572cb660b5c13c7d144124ea8043223d169ec.tar.gz |
setup.py: Specify minimum required version of pytest-cov plugin
This causes the new artifact tests to pass (unless you happened
to already have a recent enough version of pytest-cov, in which case
you didn't notice the breakage).
-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 9880bc6e9..d3d4ab64a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ coverage == 4.4.0 pep8 pytest >= 3.1.0 -pytest-cov +pytest-cov >= 2.5.0 pytest-datafiles pytest-env pytest-pep8 |