Upgrade py.test version

This commit is contained in:
Raphael Michel
2018-06-19 18:19:59 +02:00
parent 332af5d21b
commit 28f6f09e8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pep8-naming
flake8
codecov
coverage
pytest==3.0.*
pytest==3.6.*
pytest-django
isort
pytest-mock==1.4.*
+1 -1
View File
@@ -124,7 +124,7 @@ setup(
'pep8-naming',
'coveralls',
'coverage',
'pytest==2.9.*',
'pytest==3.6.*',
'pytest-django',
'isort',
'pytest-mock',