From 1bb1a0f62a47f1bd58dda6303db603a7e3b4d466 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 25 Jul 2025 19:38:49 -0700 Subject: [PATCH] one line --- testing/test_workermanage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/test_workermanage.py b/testing/test_workermanage.py index 1de8aac..f128a06 100644 --- a/testing/test_workermanage.py +++ b/testing/test_workermanage.py @@ -87,8 +87,7 @@ class TestNodeManagerPopen: hookrecorder.popcall("pytest_xdist_newgateway"), hookrecorder.popcall("pytest_xdist_newgateway"), ] - ids = {c.gateway.id for c in gw_calls} - assert ids == {"gw0", "gw1"} + assert {c.gateway.id for c in gw_calls} == {"gw0", "gw1"} for c in gw_calls: expected_spec = execnet.XSpec(