From b834671555feed98ed943496d424e8f1fa153459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 7 Jul 2019 13:30:31 +0300 Subject: [PATCH] Test dependency updates (#25004) * Upgrade pytest to 5.0.1 https://docs.pytest.org/en/latest/changelog.html#pytest-5-0-1-2019-07-04 * Upgrade asynctest to 0.13.0 * Upgrade requests_mock to 1.6.0 --- requirements_test.txt | 6 +++--- requirements_test_all.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 69d9007de72..a2b4ff2a0a5 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ # linters such as flake8 and pylint should be pinned, as new releases # make new things fail. Manually update these pins when pulling in a # new version -asynctest==0.12.3 +asynctest==0.13.0 codecov==2.0.15 coveralls==1.2.0 flake8-docstrings==1.3.0 @@ -14,5 +14,5 @@ pytest-aiohttp==0.3.0 pytest-cov==2.7.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.0.0 -requests_mock==1.5.2 +pytest==5.0.1 +requests_mock==1.6.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4c7ef489823..6fd865fbfe9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2,7 +2,7 @@ # linters such as flake8 and pylint should be pinned, as new releases # make new things fail. Manually update these pins when pulling in a # new version -asynctest==0.12.3 +asynctest==0.13.0 codecov==2.0.15 coveralls==1.2.0 flake8-docstrings==1.3.0 @@ -15,8 +15,8 @@ pytest-aiohttp==0.3.0 pytest-cov==2.7.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.0.0 -requests_mock==1.5.2 +pytest==5.0.1 +requests_mock==1.6.0 # homeassistant.components.homekit