Skip to content

Commit 18d9f7c

Browse files
laurenyunadiaya
authored andcommitted
Revert "change: install python-dateutil explicitly for botocore (#81)" (#88)
This reverts commit e7fa17b.
1 parent 6f5cddc commit 18d9f7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ 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
5049
commands =
51-
pip install python-dateutil==2.8.0
5250
coverage run --rcfile .coveragerc_{envname} --source sagemaker_mxnet_serving_container -m pytest {posargs}
5351
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_mxnet_serving_container*
5452
deps = .[test]

0 commit comments

Comments
 (0)