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
ff700ae606
commit
992a795907
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user