From 52bbb6242cfdebf29adbcf608fbd52bf7858d9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 30 Sep 2019 00:00:39 +0300 Subject: [PATCH] Upgrade pytest to 5.2.0 (#27058) https://docs.pytest.org/en/latest/changelog.html#pytest-5-2-0-2019-09-28 --- requirements_test.txt | 2 +- requirements_test_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 7e5be09a28b..9da375b33c8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -18,5 +18,5 @@ pytest-aiohttp==0.3.0 pytest-cov==2.7.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.1.3 +pytest==5.2.0 requests_mock==1.7.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9599d24b20a..2701513a6de 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -19,7 +19,7 @@ pytest-aiohttp==0.3.0 pytest-cov==2.7.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.1.3 +pytest==5.2.0 requests_mock==1.7.0