Upgrade dependency pytest to ==3.3.2 (#1038)

This commit is contained in:
Doppins 2018-01-05 02:06:24 +01:00 committed by kevgliss
parent eea413a90f
commit 77044f56fc
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ tests_require = [
'pyflakes',
'moto==1.1.25',
'nose==1.3.7',
'pytest==3.3.1',
'pytest==3.3.2',
'factory-boy==2.9.2',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',