[FIX] run test: when format before doing commit break the test

- the test pass because it's formated before
This commit is contained in:
Mathieu Benoit 2023-12-02 14:05:49 -05:00
parent a7ce311f28
commit 6e29572a2b

View file

@ -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: