Skip to content

Commit

Permalink
fixup! fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Nov 11, 2024
1 parent ff16a3a commit bb153ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
if platform.machine() == "x86_64":
test_cases.append(
TestCaseCentos(image="raw", target_arch="arm64"))
pass
elif platform.machine() == "arm64":
# TODO: add arm64->x86_64 cross build test too
pass
Expand Down

0 comments on commit bb153ed

Please sign in to comment.