File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ passenv =
57
57
58
58
# {posargs} can be passed in by additional arguments specified when invoking tox.
59
59
# 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
60
61
commands =
62
+ pip install python-dateutil ==2.8.0
61
63
coverage run --source sagemaker -m pytest {posargs}
62
64
{env:IGNORE_COVERAGE:} coverage report --fail-under =90 --omit */tensorflow/tensorflow_serving/*
63
65
extras = test
@@ -112,7 +114,9 @@ deps =
112
114
# pip install requirements.txt is separate as RTD does it in separate steps
113
115
# having the requirements.txt installed in deps above results in Double Requirement exception
114
116
# 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
115
118
commands =
119
+ pip install python-dateutil ==2.8.0
116
120
pip install --exists-action =w -r requirements.txt
117
121
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language =en . _build/html
118
122
You can’t perform that action at this time.
0 commit comments