Upgrade dependency pytest to ==3.2.2 (#904)

This commit is contained in:
Doppins 2017-09-08 03:09:15 +02:00 committed by kevgliss
parent 2ff25b656f
commit 090c984ca3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ tests_require = [
'pyflakes',
'moto==1.1.2',
'nose==1.3.7',
'pytest==3.2.1',
'pytest==3.2.2',
'factory-boy==2.9.2',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',