Skip to content

Commit e7fa17b

Browse files
laurenyunadiaya
authored andcommitted
change: install python-dateutil explicitly for botocore (#81)
1 parent aab0f8b commit e7fa17b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ passenv =
4646
AWS_DEFAULT_REGION
4747
# {posargs} can be passed in by additional arguments specified when invoking tox.
4848
# Can be used to specify which tests to run, e.g.: tox -- -s
49+
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
4950
commands =
51+
pip install python-dateutil==2.8.0
5052
coverage run --rcfile .coveragerc_{envname} --source sagemaker_mxnet_serving_container -m pytest {posargs}
5153
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_mxnet_serving_container*
5254
deps = .[test]

0 commit comments

Comments
 (0)