From d262151727f4f498043eb33dd5d619745780fe08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2019 18:07:15 +0200 Subject: [PATCH] Bump pytest from 4.6.3 to 5.0.1 (#1148) * Bump pytest from 4.6.3 to 5.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.3 to 5.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.6.3...5.0.1) Signed-off-by: dependabot-preview[bot] * Update tox.ini --- requirements_tests.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index a5678efc3..d6830550d 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ flake8==3.7.7 pylint==2.3.1 -pytest==4.6.3 +pytest==5.0.1 pytest-timeout==1.3.3 pytest-aiohttp==0.3.0 diff --git a/tox.ini b/tox.ini index 970b3f383..99aa3aa26 100644 --- a/tox.ini +++ b/tox.ini @@ -16,4 +16,4 @@ commands = [testenv:tests] basepython = python3 commands = - pytest --duration=10 tests + pytest --timeout=10 tests