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
httptools
flake8
pytest
pytest==3.3.2
tox
ujson
uvloop

View File

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