Trying to pin test requirements to fix weird testing issue

This commit is contained in:
kevgliss 2015-07-23 12:47:43 -07:00
parent d1bb635fec
commit d51517268a
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ install_requires = [
tests_require = [
'pyflakes',
'moto',
'nose',
'pytest',
'pytest-flask'
'moto=0.4.6',
'nose=1.3.7',
'pytest=2.7.2',
'pytest-flask=0.8.1'
]
docs_require = [