Merge pull request #1108 from manisenkov/pin-pytest-version

Pin pytest version to 3.3.2
This commit is contained in:
Raphael Deem 2018-01-31 14:24:04 -08:00 committed by GitHub
commit 17d7f24825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ beautifulsoup4
coverage coverage
httptools httptools
flake8 flake8
pytest pytest==3.3.2
tox tox
ujson ujson
uvloop uvloop

View File

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