diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-20 20:50:17 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-20 20:52:00 +0900 |
commit | 0ddbf0e0d0ecb69d3ae830740295e757e38eeddf (patch) | |
tree | c5b25713f84b7acbe24fa23add34e6c9b780c188 /setup.py | |
parent | 9c1f024b15849fae1d8512c0215e4fb0b24fc311 (diff) | |
download | buildstream-0ddbf0e0d0ecb69d3ae830740295e757e38eeddf.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).
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ setup(name='BuildStream', 'pytest-env', 'pytest-pep8', 'pytest-pylint', - 'pytest-cov', + 'pytest-cov >= 2.5.0', # Provide option to run tests in parallel, less reliable 'pytest-xdist', 'pytest >= 3.1.0', |