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 settings.py
.idea/* .idea/*
.cache/* .cache/*
.mypy_cache/
.python-version .python-version
docs/_build/ docs/_build/
docs/_api/ docs/_api/

View File

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

View File

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