diff --git a/tests/studio/install/run_smoke_spoof.py b/tests/studio/install/run_smoke_spoof.py index da056aaa90..0a68bce0da 100644 --- a/tests/studio/install/run_smoke_spoof.py +++ b/tests/studio/install/run_smoke_spoof.py @@ -86,7 +86,12 @@ def main() -> int: ("cuda", GPU_REQ_KIND, 0, "GPU binary tagged GPU is accepted"), ("cuda_buffer", GPU_REQ_KIND, 0, "GPU buffer-format binary is accepted"), ("cpu", CPU_KIND, 0, "CPU binary tagged CPU is not gated"), - ("no_signal", GPU_REQ_KIND, 1, "no-signal GPU log is inconclusive (exit 1)"), + ( + "no_signal", + GPU_REQ_KIND, + 1, + "no-signal GPU log is inconclusive (exit 1)", + ), ] if sys.platform == "darwin": # macOS Metal is not offload-required: a CPU-only Metal load is an