mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
chore: fix formatting issues
New `black` is complaining about reformatting some of our files,
let's make it happy:
$ black . --check
would reformat rust-vmm-ci/test_run.py
would reformat rust-vmm-ci/integration_tests/conftest.py
would reformat rust-vmm-ci/.buildkite/autogenerate_pipeline.py
Oh no! 💥 💔 💥
3 files would be reformatted, 5 files would be left unchanged.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
committed by
Patrick Roy
parent
65d339dde5
commit
94e2492e36
@@ -33,16 +33,14 @@ def retrieve_test_list(config_file=f"{PARENT_DIR}/.buildkite/test_description.js
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
help_text = dedent(
|
||||
"""
|
||||
help_text = dedent("""
|
||||
This script allows running all the tests at once on the local machine.
|
||||
The tests "test_benchmark.py" and "test_commit_format.py" work properly
|
||||
on the local machine only when the environment variables REMOTE and
|
||||
BASE_BRANCH are set. Otherwise the default values are "origin" for the
|
||||
remote name of the upstream repository and "main" for the name of the
|
||||
base branch, and these tests may not work as expected.
|
||||
"""
|
||||
)
|
||||
""")
|
||||
parser = ArgumentParser(description=help_text, formatter_class=RawTextHelpFormatter)
|
||||
parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user