From dfb8f60fe22fe176fe8e8a31cf3c7dfc98071c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 18 Nov 2018 10:33:01 +0200 Subject: [PATCH] Upgrade pytest and pytest-cov (#18542) * Upgrade pytest to 4.0.0 * Upgrade pytest-cov to 2.6.0 --- requirements_test.txt | 4 ++-- requirements_test_all.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 9f34d9ee861..204bc67b086 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,8 +10,8 @@ mypy==0.641 pydocstyle==2.1.1 pylint==2.1.1 pytest-aiohttp==0.3.0 -pytest-cov==2.5.1 +pytest-cov==2.6.0 pytest-sugar==0.9.2 pytest-timeout==1.3.2 -pytest==3.10.0 +pytest==4.0.0 requests_mock==1.5.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2df1cf072bb..f904a96b520 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -11,10 +11,10 @@ mypy==0.641 pydocstyle==2.1.1 pylint==2.1.1 pytest-aiohttp==0.3.0 -pytest-cov==2.5.1 +pytest-cov==2.6.0 pytest-sugar==0.9.2 pytest-timeout==1.3.2 -pytest==3.10.0 +pytest==4.0.0 requests_mock==1.5.2