Skip to content

Commit 0d7dadf

Browse files
committed
fix: fixing format errors
1 parent dc99b48 commit 0d7dadf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integ/test_pytorch.py

+6
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def fixture_training_job_with_latest_inference_version(
9494
pytorch.fit({"training": _upload_training_data(pytorch)})
9595
return pytorch.latest_training_job.name
9696

97+
9798
@pytest.mark.skip(
9899
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
99100
Please run that manually before the proper fix."
@@ -126,6 +127,7 @@ def test_framework_processing_job_with_deps(
126127
wait=True,
127128
)
128129

130+
129131
@pytest.mark.skip(
130132
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
131133
Please run that manually before the proper fix."
@@ -149,6 +151,7 @@ def test_fit_deploy(
149151

150152
assert output.shape == (batch_size, 10)
151153

154+
152155
@pytest.mark.skip(
153156
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
154157
Please run that manually before the proper fix."
@@ -179,6 +182,7 @@ def test_local_fit_deploy(
179182
finally:
180183
predictor.delete_endpoint()
181184

185+
182186
@pytest.mark.skip(
183187
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
184188
Please run that manually before the proper fix."
@@ -213,6 +217,7 @@ def test_deploy_model(
213217

214218
assert output.shape == (batch_size, 10)
215219

220+
216221
@pytest.mark.skip(
217222
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
218223
Please run that manually before the proper fix."
@@ -243,6 +248,7 @@ def test_deploy_packed_model_with_entry_point_name(
243248

244249
assert output.shape == (batch_size, 10)
245250

251+
246252
@pytest.mark.skip(
247253
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
248254
Please run that manually before the proper fix."

0 commit comments

Comments
 (0)