Skip to content

Commit bcfa18d

Browse files
authored
Merge branch 'master' into master
2 parents bb6e55c + bd32aa9 commit bcfa18d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Setup a Python environment, and install the dependencies listed in ``doc/require
164164
# conda
165165
conda create -n sagemaker python=3.7
166166
conda activate sagemaker
167-
conda install --file doc/requirements.txt
167+
conda install sphinx=3.1.1 sphinx_rtd_theme=0.5.0
168168

169169
# pip
170170
pip install -r doc/requirements.txt

tests/integ/test_neo_mxnet.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def mxnet_training_job(
5858

5959

6060
@pytest.mark.canary_quick
61+
@pytest.mark.skip(
62+
reason="This test is failing because the image uri and the training script format has changed."
63+
)
6164
def test_attach_deploy(
6265
mxnet_training_job, sagemaker_session, cpu_instance_type, cpu_instance_family
6366
):
@@ -86,6 +89,9 @@ def test_attach_deploy(
8689
predictor.predict(data)
8790

8891

92+
@pytest.mark.skip(
93+
reason="This test is failing because the image uri and the training script format has changed."
94+
)
8995
def test_deploy_model(
9096
mxnet_training_job,
9197
sagemaker_session,

0 commit comments

Comments
 (0)