We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ea4a2 commit 1bb1a0fCopy full SHA for 1bb1a0f
testing/test_workermanage.py
@@ -87,8 +87,7 @@ def test_popen_makegateway_events(
87
hookrecorder.popcall("pytest_xdist_newgateway"),
88
89
]
90
- ids = {c.gateway.id for c in gw_calls}
91
- assert ids == {"gw0", "gw1"}
+ assert {c.gateway.id for c in gw_calls} == {"gw0", "gw1"}
92
93
for c in gw_calls:
94
expected_spec = execnet.XSpec(
0 commit comments