Skip to content

Commit ea536d6

Browse files
authored
Merge branch 'master' into fix-docs
2 parents 784ff7a + 15b1be7 commit ea536d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read(fname):
3434

3535
# Declare minimal set for installation
3636
required_packages = ['boto3>=1.9.55', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
37-
'urllib3>=1.21', 'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5',
37+
'urllib3>=1.21', 'PyYAML>=3.2, <4', 'protobuf3-to-dict>=0.1.5',
3838
'docker-compose>=1.23.0']
3939

4040
# enum is introduced in Python 3.4. Installing enum back port

tests/integ/test_inference_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
@pytest.mark.continuous_testing
3333
@pytest.mark.regional_testing
34-
@pytest.mark.skip(reason="This should be enabled along with the Boto SDK release for CreateModel API changes")
3534
def test_inference_pipeline_model_deploy(sagemaker_session):
3635
# Creates a Pipeline model comprising of SparkML (serialized by MLeap) and XGBoost and deploys to one endpoint
3736
sparkml_data_path = os.path.join(DATA_DIR, 'sparkml_model')

0 commit comments

Comments
 (0)