Upgrade dependency pytest to ==3.0.6 (#671)

This commit is contained in:
Doppins 2017-01-22 21:03:22 -05:00 committed by kevgliss
parent 8fa5ffa007
commit 9751cbbf83
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ tests_require = [
'pyflakes',
'moto==0.4.30',
'nose==1.3.7',
'pytest==3.0.5',
'pytest==3.0.6',
'factory-boy==2.8.1',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',