Skip to content

change: upgrade boto3 and remove python-dateutil pin #1229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read_version():

# Declare minimal set for installation
required_packages = [
"boto3>=1.10.32",
"boto3>=1.10.44",
"numpy>=1.9.0",
"protobuf>=3.1",
"scipy>=0.19.0",
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ passenv =

# {posargs} can be passed in by additional arguments specified when invoking tox.
# Can be used to specify which tests to run, e.g.: tox -- -s
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version:
# https://github.com/boto/botocore/issues/1872
commands =
pip install python-dateutil==2.8.0
coverage run --source sagemaker -m pytest {posargs}
{env:IGNORE_COVERAGE:} coverage report --fail-under=84 --omit */tensorflow/tensorflow_serving/*
extras = test
Expand Down