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] <support@dependabot.com>

* Update tox.ini
This commit is contained in:
dependabot-preview[bot] 2019-07-06 18:07:15 +02:00 committed by Pascal Vizeli
parent a37c90af96
commit d262151727
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
flake8==3.7.7 flake8==3.7.7
pylint==2.3.1 pylint==2.3.1
pytest==4.6.3 pytest==5.0.1
pytest-timeout==1.3.3 pytest-timeout==1.3.3
pytest-aiohttp==0.3.0 pytest-aiohttp==0.3.0

View File

@ -16,4 +16,4 @@ commands =
[testenv:tests] [testenv:tests]
basepython = python3 basepython = python3
commands = commands =
pytest --duration=10 tests pytest --timeout=10 tests