summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-07 22:03:15 +0000
committerGitHub <noreply@github.com>2019-10-07 22:03:15 +0000
commit743da82d9e4c3b0cee2094884d291e8dcecb5d5e (patch)
tree71c41a737430cfa9894a7ff3caafdcfdc59a6a64
parent2d9601b580adc6b5e5564f512c7192563b0dd485 (diff)
downloadnumpy-dependabot/pip/pytest-cov-2.8.1.tar.gz
MAINT: Bump pytest-cov from 2.7.1 to 2.8.1dependabot/pip/pytest-cov-2.8.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.7.1 to 2.8.1. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.7.1...v2.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 00ed03dc9..a5bee4572 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,7 +1,7 @@
cython==0.29.13
pytest==5.2.0
pytz==2019.3
-pytest-cov==2.7.1
+pytest-cov==2.8.1
pickle5; python_version == '3.7'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
nose