Skip to content

Commit a21b205

Browse files
committed
change: remove unnecessary boto model files
1 parent d476ffe commit a21b205

File tree

9 files changed

+0
-33966
lines changed

9 files changed

+0
-33966
lines changed

buildspec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ version: 0.2
33
phases:
44
build:
55
commands:
6-
# TODO-reinvent-2019 [akarpur]: Remove this (adding internal boto models)
7-
- aws configure add-model --service-model file://./tests/data/boto_models/sagemaker/2017-07-24/normal.json --service-name sagemaker
8-
96
- IGNORE_COVERAGE=-
107

118
# run integration tests

tests/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
1313
from __future__ import absolute_import
14-
15-
import os
16-
17-
# TODO-reinvent-2019: Remove this line, which loads the internal boto models
18-
os.system(
19-
"aws configure add-model --service-model file://./tests/data/boto_models/sagemaker/2017-07-24/normal.json --service-name sagemaker" # noqa: E501
20-
)

0 commit comments

Comments
 (0)