Fix test depend

This commit is contained in:
Alexander Shadchin 2017-02-26 15:31:21 +03:00 committed by GitHub
parent ff700ae606
commit 992a795907

View File

@ -63,7 +63,7 @@ extras_require = {
'whoosh>=2.0', 'whoosh>=2.0',
], ],
'test': [ 'test': [
'nose', 'pytest',
'mock', # it would be better for 'test:python_version in 2.7' 'mock', # it would be better for 'test:python_version in 2.7'
'simplejson', # better: 'test:platform_python_implementation=="PyPy"' 'simplejson', # better: 'test:platform_python_implementation=="PyPy"'
'html5lib', 'html5lib',