moto/tests/test_sagemaker
Brian Pandola cd25ab7a16
Fix: broken build with release of botocore 1.19.62 (#3628)
The latest release of `botocore` (1.19.62) makes changes to the parameter
validation code, which for some reason was also covered by a couple of
`moto` tests.

These tests, when run, do not execute any `moto` code.  They fail the
parameter validation check in `botocore`, which raises an exception
before ever sending a request.  These tests do not cover or verify
any `moto` behavior and have been removed.

Ref: ff8ae76ecc

Closes #3627
2021-01-29 09:06:25 +00:00
..
__init__.py Sagemaker models (#3105) 2020-07-16 13:12:25 +01:00
test_sagemaker_endpoint.py Back to Black 2020-11-10 14:12:38 +01:00
test_sagemaker_models.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_sagemaker_notebooks.py Fix: broken build with release of botocore 1.19.62 (#3628) 2021-01-29 09:06:25 +00:00
test_sagemaker_training.py Back to Black 2020-11-10 14:12:38 +01:00