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():
34
34
35
35
# Declare minimal set for installation
36
36
required_packages = [
37
- "boto3>=1.10.32 " ,
37
+ "boto3>=1.10.44 " ,
38
38
"numpy>=1.9.0" ,
39
39
"protobuf>=3.1" ,
40
40
"scipy>=0.19.0" ,
Original file line number Diff line number Diff line change @@ -57,10 +57,7 @@ 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:
61
- # https://github.com/boto/botocore/issues/1872
62
60
commands =
63
- pip install python-dateutil ==2.8.0
64
61
coverage run --source sagemaker -m pytest {posargs}
65
62
{env:IGNORE_COVERAGE:} coverage report --fail-under =84 --omit */tensorflow/tensorflow_serving/*
66
63
extras = test
You can’t perform that action at this time.
0 commit comments