Pin pytest version to 3.3.2

This commit is contained in:
manisenkov 2018-01-31 22:58:48 +01:00
parent 8b23b5d389
commit f23c3da4ff
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