From df4751a1a4d03c62fc0aabf82b6d0d3fd38d0fa1 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 14 Dec 2025 11:56:08 +0900 Subject: [PATCH] style(tests): reformat test_install.py by black Signed-off-by: Hiroshi Miura --- tests/test_install.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/test_install.py b/tests/test_install.py index 577edfd..4a78fa2 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -1334,8 +1334,11 @@ def tool_archive(host: str, tool_name: str, variant: str, date: datetime = datet "windows", "desktop", "6.10.0", - {"std": "win64_msvc2022_arm64_cross_compiled", "extpdf": "win64_msvc2022_arm64_cross_compiled", - "extweb": "win64_msvc2022_arm64_cross_compiled"}, + { + "std": "win64_msvc2022_arm64_cross_compiled", + "extpdf": "win64_msvc2022_arm64_cross_compiled", + "extweb": "win64_msvc2022_arm64_cross_compiled", + }, {"std": "msvc2022_arm64", "extpdf": "msvc2022_arm64", "extweb": "msvc2022_arm64"}, { "std": "windows_x86/desktop/qt6_6100/qt6_6100/Updates.xml",