Skip to content

Commit f5a9996

Browse files
committed
work around botocore pin
1 parent de13298 commit f5a9996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ passenv =
5757

5858
# {posargs} can be passed in by additional arguments specified when invoking tox.
5959
# Can be used to specify which tests to run, e.g.: tox -- -s
60+
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
6061
commands =
62+
pip install python-dateutil==2.8.0
6163
coverage run --source sagemaker -m pytest {posargs}
6264
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --omit */tensorflow/tensorflow_serving/*
6365
extras = test
@@ -112,7 +114,9 @@ deps =
112114
# pip install requirements.txt is separate as RTD does it in separate steps
113115
# having the requirements.txt installed in deps above results in Double Requirement exception
114116
# https://github.com/pypa/pip/issues/988
117+
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
115118
commands =
119+
pip install python-dateutil==2.8.0
116120
pip install --exists-action=w -r requirements.txt
117121
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html
118122

0 commit comments

Comments
 (0)