mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test depend
This commit is contained in:
parent
729fc40ed6
commit
3ae73d06e6
2
setup.py
2
setup.py
@ -62,7 +62,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',
|
||||||
|
Loading…
Reference in New Issue
Block a user