Fix test depend

This commit is contained in:
Alexander Shadchin 2017-02-26 15:31:21 +03:00 committed by Takeshi KOMIYA
parent 729fc40ed6
commit 3ae73d06e6

View File

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