Skip to content

Commit

Permalink
Fix formatting according to ruff 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Apr 20, 2024
1 parent 6d41849 commit 3dc2010
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/test_argument_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,7 @@ def test_disk_image_path(target, expected_name):
pytest.param(
"cheribsd-riscv64-purecap",
[],
[
"CHERI-QEMU",
"CHERI-PURECAP-QEMU"
],
["CHERI-QEMU", "CHERI-PURECAP-QEMU"],
),
pytest.param(
"cheribsd-riscv64-purecap",
Expand Down Expand Up @@ -907,10 +904,7 @@ def test_disk_image_path(target, expected_name):
["CUSTOM-KERNEL-CONFIG"],
),
# Morello kernconf tests
pytest.param(
"cheribsd-aarch64",
[],
["GENERIC"]),
pytest.param("cheribsd-aarch64", [], ["GENERIC"]),
pytest.param(
"cheribsd-morello-purecap",
["--cheribsd/no-build-alternate-abi-kernels"],
Expand Down

0 comments on commit 3dc2010

Please sign in to comment.