Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fa465e

Browse files
authored
Fixed names.append('mock')
1 parent cb94229 commit 5fa465e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _check_deps():
4949
"scipy": 'scipy',
5050
"sphinx_gallery": 'sphinx_gallery'}
5151
if sys.version_info < (3, 3):
52-
names.append("mock")
52+
names["mock"] = 'mock'
5353
missing = []
5454
for name in names:
5555
try:

0 commit comments

Comments
 (0)