summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-11 14:11:13 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-11 14:11:13 +0000
commit7d3837ed30d1c3e1d43989ee745fbda4f1125103 (patch)
treea331c66dd921f3489b962bb4fe1b082862fba191
parentc8f3616d69c4ff58698532750207587936a6e78e (diff)
downloadbuildstream-7d3837ed30d1c3e1d43989ee745fbda4f1125103.tar.gz
dev-requirements: pytest-cov==2.6.1 for '--no-cov'
Bump the version of pytest-cov, so that we pick up the fix for the '--no-cov' option breaking in pytest 4.0: https://github.com/pytest-dev/pytest-cov/pull/230 This was the error you would get prior to this version: _pytest.warning_types.RemovedInPytest4Warning: config.warn has been deprecated, use warnings.warn instead Although it says 'deprecated', it did result in termination with stack trace.
-rw-r--r--requirements/dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index d706bc9f5..c34f6db12 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -2,7 +2,7 @@ coverage==4.4
pylint==2.2.2
pycodestyle==2.4.0
pytest==4.0.2
-pytest-cov==2.6.0
+pytest-cov==2.6.1
pytest-datafiles==2.0
pytest-env==0.6.2
pytest-xdist==1.25.0