Skip to content
Prev Previous commit
Next Next commit
one line
  • Loading branch information
sshane committed Jul 26, 2025
commit 1bb1a0f62a47f1bd58dda6303db603a7e3b4d466
3 changes: 1 addition & 2 deletions testing/test_workermanage.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ def test_popen_makegateway_events(
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(
Expand Down
Loading