From 785786ecd150097ffc3c923f4f752a177fc097ee Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 13 Jun 2020 02:37:59 +0200 Subject: [PATCH] Upgrade pytest-cov to 2.10.0 (#36720) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index a9a15260f9e..7adc9c936e7 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,7 +13,7 @@ pylint==2.4.4 astroid==2.3.3 pylint-strict-informational==0.1 pytest-aiohttp==0.3.0 -pytest-cov==2.8.1 +pytest-cov==2.10.0 pytest-sugar==0.9.3 pytest-timeout==1.3.4 pytest==5.4.3