Merge pull request #3467 from shadchin/shadchin-patch-1

Fix test depend
This commit is contained in:
Takeshi KOMIYA
2017-02-26 23:49:06 +09:00
committed by GitHub

View File

@@ -63,7 +63,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',