From 0ddbf0e0d0ecb69d3ae830740295e757e38eeddf Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 20 Jul 2018 20:50:17 +0900 Subject: 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). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 615f8ca9f..0be02dfa1 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.1