Upgrade dependency pytest to ==3.1.2 (#832)

This commit is contained in:
Doppins 2017-06-09 18:02:55 +02:00 committed by kevgliss
parent d49bb8a6ca
commit 98897f3c98
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ tests_require = [
'pyflakes',
'moto==1.0.1',
'nose==1.3.7',
'pytest==3.1.1',
'pytest==3.1.2',
'factory-boy==2.8.1',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',