From 6e29572a2b5e222b89c38731a77bcfc5c99075f6 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 2 Dec 2023 14:05:49 -0500 Subject: [PATCH] [FIX] run test: when format before doing commit break the test - the test pass because it's formated before --- script/test/run_parallel_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/test/run_parallel_test.py b/script/test/run_parallel_test.py index 86dd4cd..a0f2a38 100755 --- a/script/test/run_parallel_test.py +++ b/script/test/run_parallel_test.py @@ -496,9 +496,9 @@ async def test_exec( hook.write(new_hook_line) # Format editing code before commit - await lib_asyncio.run_command_get_output( - "./script/maintenance/black.sh", temp_dir_name - ) + # await lib_asyncio.run_command_get_output( + # "./script/maintenance/format.sh", temp_dir_name + # ) # init repo with git for dir_to_git in lst_path_to_add_config: