From 4c9e7c2da4f0627f98f5a7681b1c3f3a76c20f0e Mon Sep 17 00:00:00 2001 From: Otto Winter <otto@otto-winter.com> Date: Tue, 13 Mar 2018 21:57:04 +0100 Subject: [PATCH] Upgrade pytest to 3.4.2 (#13169) * Upgrade pytest to 3.4.2 * Upgrade pytest-sugar to 0.9.1 --- 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 34506f5c40e..fc9e113e97c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,7 +11,7 @@ pydocstyle==1.1.1 pylint==1.8.2 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 -pytest-sugar==0.9.0 +pytest-sugar==0.9.1 pytest-timeout>=1.2.1 -pytest==3.3.1 +pytest==3.4.2 requests_mock==1.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dc0ca164ab2..2c785bee3af 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -12,9 +12,9 @@ pydocstyle==1.1.1 pylint==1.8.2 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 -pytest-sugar==0.9.0 +pytest-sugar==0.9.1 pytest-timeout>=1.2.1 -pytest==3.3.1 +pytest==3.4.2 requests_mock==1.4 -- GitLab