Bump up pytest version for fixing ci build (#1689)

Bump up pytest version for fixing ci build
This commit is contained in:
Eli Uriegas 2019-10-08 14:32:38 -07:00 committed by GitHub
commit 3e932505b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ coverage
settings.py
.idea/*
.cache/*
.mypy_cache/
.python-version
docs/_build/
docs/_api/

View File

@ -86,7 +86,7 @@ requirements = [
]
tests_require = [
"pytest==4.1.0",
"pytest==5.2.1",
"multidict>=4.0,<5.0",
"gunicorn",
"pytest-cov",

View File

@ -8,7 +8,7 @@ setenv =
{py36,py37}-no-ext: SANIC_NO_UVLOOP=1
deps =
coverage
pytest==4.1.0
pytest==5.2.1
pytest-cov
pytest-sanic
pytest-sugar