File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read_version():
3434
3535# Declare minimal set for installation
3636required_packages = [
37- "boto3>=1.10.32 " ,
37+ "boto3>=1.10.44 " ,
3838 "numpy>=1.9.0" ,
3939 "protobuf>=3.1" ,
4040 "scipy>=0.19.0" ,
Original file line number Diff line number Diff line change @@ -57,10 +57,7 @@ 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:
61- # https://github.com/boto/botocore/issues/1872
6260commands =
63- pip install python-dateutil ==2.8.0
6461 coverage run --source sagemaker -m pytest {posargs}
6562 {env:IGNORE_COVERAGE:} coverage report --fail-under =84 --omit */tensorflow/tensorflow_serving/*
6663extras = test
You can’t perform that action at this time.
0 commit comments