File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def test_hvd_gpu(
6565 and kwargs ["instance_type" ] == "ml.p2.xlarge"
6666 ):
6767 pytest .skip (
68- f "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
68+ "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
6969 )
7070
7171 _create_and_fit_estimator (
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def test_framework_processing_job_with_deps(
6262 and kwargs ["instance_type" ] == "ml.p2.xlarge"
6363 ):
6464 pytest .skip (
65- f "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
65+ "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
6666 )
6767
6868 with timeout .timeout (minutes = TRAINING_DEFAULT_TIMEOUT_MINUTES ):
@@ -201,7 +201,7 @@ def test_mwms_gpu(
201201 and kwargs ["instance_type" ] == "ml.p2.xlarge"
202202 ):
203203 pytest .skip (
204- f "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
204+ "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
205205 )
206206
207207 instance_count = 2
@@ -265,7 +265,7 @@ def test_mnist_distributed_gpu(
265265 and kwargs ["instance_type" ] == "ml.p2.xlarge"
266266 ):
267267 pytest .skip (
268- f "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
268+ "P2 instances have been deprecated for sagemaker jobs starting TensorFlow 2.12"
269269 )
270270
271271 _create_and_fit_estimator (
You can’t perform that action at this time.
0 commit comments