We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333e2d3 commit 35db0e7Copy full SHA for 35db0e7
src/xdist/workermanage.py
@@ -62,7 +62,9 @@ def __init__(
62
# to additional gateways.
63
# They are useful for running multiple workers on remote machines.
64
if getattr(proxy_spec, "id", None) is None:
65
- raise pytest.UsageError(f"Proxy gateway {proxy_spec} must include an id")
+ raise pytest.UsageError(
66
+ f"Proxy gateway {proxy_spec} must include an id"
67
+ )
68
self.group.makegateway(proxy_spec)
69
if specs is None:
70
specs = self._gettxspecs()
0 commit comments