From 8f1071ea4d2ac1d6402d406c2cecaa0b0ae52e0b Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Fri, 28 Jun 2024 17:53:14 -0700 Subject: [PATCH] Better error message --- tests/workflows/test_lora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/workflows/test_lora.py b/tests/workflows/test_lora.py index 027fcc239..47b21adf9 100644 --- a/tests/workflows/test_lora.py +++ b/tests/workflows/test_lora.py @@ -16,7 +16,7 @@ model_management.cpu_state = CPUState.GPU if has_gpu else CPUState.CPU from comfy.client.embedded_comfy_client import EmbeddedComfyClient -@pytest.mark.skipif(not has_gpu, reason="requires gpu for performant testing") +@pytest.mark.skipif(not has_gpu, reason="Expects GPU device") @pytest.mark.asyncio async def test_lora_workflow(): prompt = Prompt.validate({