summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-10-07 17:06:16 -0700
committerGitHub <noreply@github.com>2019-10-07 17:06:16 -0700
commitd0b0c609cc614f3bc82a7cfcb98e34e939a3e8de (patch)
tree71c41a737430cfa9894a7ff3caafdcfdc59a6a64
parent2d9601b580adc6b5e5564f512c7192563b0dd485 (diff)
parent743da82d9e4c3b0cee2094884d291e8dcecb5d5e (diff)
downloadnumpy-d0b0c609cc614f3bc82a7cfcb98e34e939a3e8de.tar.gz
Merge pull request #14652 from numpy/dependabot/pip/pytest-cov-2.8.1
MAINT: Bump pytest-cov from 2.7.1 to 2.8.1
-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