Skip to content

Commit 82849f1

Browse files
authored
change: remove remaining instances of python-dateutil pin (#1235)
1 parent 6744e0d commit 82849f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ changedir = doc
9797
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L263
9898
install_command = python -m pip install --upgrade -I {packages}
9999
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L280
100-
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version:
101-
# https://github.com/boto/botocore/issues/1872
102100
deps =
103101
Pygments==2.2.0
104102
setuptools<40
@@ -113,9 +111,7 @@ deps =
113111
# pip install requirements.txt is separate as RTD does it in separate steps
114112
# having the requirements.txt installed in deps above results in Double Requirement exception
115113
# https://github.com/pypa/pip/issues/988
116-
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
117114
commands =
118-
pip install python-dateutil==2.8.0
119115
pip install --exists-action=w -r requirements.txt
120116
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html
121117

0 commit comments

Comments
 (0)