diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-05-25 11:21:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 11:21:50 -0600 |
commit | 3f11db40d80b6ff122f41185b0b93637bdff0e39 (patch) | |
tree | 787a370ba6b294d65a1673fb3db5eb095e715ab5 | |
parent | 37d2ec8dc68aef30f784eb35cdd64f78dbcd076c (diff) | |
parent | 42a3977b59b517c12c5f2da65981dfc242eef07b (diff) | |
download | numpy-3f11db40d80b6ff122f41185b0b93637bdff0e39.tar.gz |
Merge pull request #16369 from numpy/dependabot/pip/pytest-cov-2.9.0
MAINT: Bump pytest-cov from 2.8.1 to 2.9.0
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 81fc0537b..ffb27d7ec 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ cython==0.29.19 hypothesis==5.15.1 pytest==5.4.2 pytz==2020.1 -pytest-cov==2.8.1 +pytest-cov==2.9.0 pickle5; python_version == '3.7' pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending |