This commit is contained in:
Shane Smiskol
2025-07-25 19:38:49 -07:00
parent f8ea4a23b7
commit 1bb1a0f62a

View File

@@ -87,8 +87,7 @@ class TestNodeManagerPopen:
hookrecorder.popcall("pytest_xdist_newgateway"), hookrecorder.popcall("pytest_xdist_newgateway"),
hookrecorder.popcall("pytest_xdist_newgateway"), hookrecorder.popcall("pytest_xdist_newgateway"),
] ]
ids = {c.gateway.id for c in gw_calls} assert {c.gateway.id for c in gw_calls} == {"gw0", "gw1"}
assert ids == {"gw0", "gw1"}
for c in gw_calls: for c in gw_calls:
expected_spec = execnet.XSpec( expected_spec = execnet.XSpec(