diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-01-11 14:11:13 +0000 |
---|---|---|
committer | Angelos Evripiotis <angelos.evripiotis@gmail.com> | 2019-01-11 16:45:00 +0000 |
commit | fc3dcec83b8e7bc05699639ae7514d1765d616fc (patch) | |
tree | a543c16bb1c8df8c30a2673cfed4f6fecb4efbb7 /requirements | |
parent | 276b8d48061068b4ebf525b0fe192c7eba332c3b (diff) | |
download | buildstream-fc3dcec83b8e7bc05699639ae7514d1765d616fc.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.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev-requirements.txt | 2 |
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 |