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