Skip to content

Commit 08c3970

Browse files
committed
Remove 1.0.1 version requirement for mock from the conda install.
1 parent 7daac8b commit 08c3970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def install_core_requirements(self):
190190
'sphinx==1.3.1',
191191
'Pygments==2.0.2',
192192
'docutils==0.12',
193-
'mock==1.0.1',
193+
'mock',
194194
'pillow==3.0.0',
195195
'sphinx_rtd_theme==0.1.7',
196196
'alabaster>=0.7,<0.8,!=0.7.5',

0 commit comments

Comments
 (0)