@@ -72,7 +72,9 @@ def actions():
72
72
)
73
73
74
74
75
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
75
+ @pytest .mark .skip (
76
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
77
+ )
76
78
def test_mxnet_with_rules (
77
79
sagemaker_session ,
78
80
mxnet_training_latest_version ,
@@ -138,7 +140,9 @@ def test_mxnet_with_rules(
138
140
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
139
141
140
142
141
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
143
+ @pytest .mark .skip (
144
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
145
+ )
142
146
def test_mxnet_with_rules_and_actions (
143
147
sagemaker_session ,
144
148
mxnet_training_latest_version ,
@@ -207,7 +211,9 @@ def test_mxnet_with_rules_and_actions(
207
211
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
208
212
209
213
210
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
214
+ @pytest .mark .skip (
215
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
216
+ )
211
217
def test_mxnet_with_custom_rule (
212
218
sagemaker_session ,
213
219
mxnet_training_latest_version ,
@@ -261,7 +267,9 @@ def test_mxnet_with_custom_rule(
261
267
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
262
268
263
269
264
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
270
+ @pytest .mark .skip (
271
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
272
+ )
265
273
def test_mxnet_with_custom_rule_and_actions (
266
274
sagemaker_session ,
267
275
mxnet_training_latest_version ,
@@ -316,7 +324,9 @@ def test_mxnet_with_custom_rule_and_actions(
316
324
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
317
325
318
326
319
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
327
+ @pytest .mark .skip (
328
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
329
+ )
320
330
def test_mxnet_with_debugger_hook_config (
321
331
sagemaker_session ,
322
332
mxnet_training_latest_version ,
@@ -468,7 +478,9 @@ def test_debug_hook_disabled_with_checkpointing(
468
478
assert xg .debugger_hook_config is not None
469
479
470
480
471
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
481
+ @pytest .mark .skip (
482
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
483
+ )
472
484
def test_mxnet_with_rules_and_debugger_hook_config (
473
485
sagemaker_session ,
474
486
mxnet_training_latest_version ,
@@ -541,7 +553,9 @@ def test_mxnet_with_rules_and_debugger_hook_config(
541
553
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
542
554
543
555
544
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
556
+ @pytest .mark .skip (
557
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
558
+ )
545
559
def test_mxnet_with_custom_rule_and_debugger_hook_config (
546
560
sagemaker_session ,
547
561
mxnet_training_latest_version ,
@@ -602,7 +616,9 @@ def test_mxnet_with_custom_rule_and_debugger_hook_config(
602
616
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
603
617
604
618
605
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
619
+ @pytest .mark .skip (
620
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
621
+ )
606
622
def test_mxnet_with_tensorboard_output_config (
607
623
sagemaker_session ,
608
624
mxnet_training_latest_version ,
@@ -648,7 +664,9 @@ def test_mxnet_with_tensorboard_output_config(
648
664
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
649
665
650
666
651
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
667
+ @pytest .mark .skip (
668
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
669
+ )
652
670
def test_mxnet_with_all_rules_and_configs (
653
671
sagemaker_session ,
654
672
mxnet_training_latest_version ,
@@ -724,7 +742,9 @@ def test_mxnet_with_all_rules_and_configs(
724
742
_wait_and_assert_that_no_rule_jobs_errored (training_job = mx .latest_training_job )
725
743
726
744
727
- @pytest .mark .skip (reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline." )
745
+ @pytest .mark .skip (
746
+ reason = "mxnet gluon data downloader issue blocking PR checks and release pipeline."
747
+ )
728
748
def test_mxnet_with_debugger_hook_config_disabled (
729
749
sagemaker_session ,
730
750
mxnet_training_latest_version ,
0 commit comments