Skip to content

Commit a96b42f

Browse files
committed
add black-check on tests
1 parent 611fcb4 commit a96b42f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/integ/test_smdataparallel_pt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
os.path.dirname(__file__), "..", "data", "smdistributed_dataparallel"
2828
)
2929

30+
3031
@pytest.mark.skip(
31-
reason="This test is skipped for now due ML capacity error." "This test should be re-enabled later."
32+
reason="This test is skipped for now due ML capacity error."
33+
"This test should be re-enabled later."
3234
)
3335
@pytest.mark.skipif(
3436
integ.test_region() not in integ.DATA_PARALLEL_TESTING_REGIONS,

tests/integ/test_smdataparallel_tf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
os.path.dirname(__file__), "..", "data", "smdistributed_dataparallel"
2727
)
2828

29+
2930
@pytest.mark.skip(
30-
reason="This test is skipped for now due ML capacity error." "This test should be re-enabled later."
31+
reason="This test is skipped for now due ML capacity error."
32+
"This test should be re-enabled later."
3133
)
3234
@pytest.mark.skipif(
3335
integ.test_region() not in integ.DATA_PARALLEL_TESTING_REGIONS,

0 commit comments

Comments
 (0)