diff --git a/src/xdist/workermanage.py b/src/xdist/workermanage.py index ca87381..201c8e7 100644 --- a/src/xdist/workermanage.py +++ b/src/xdist/workermanage.py @@ -62,7 +62,9 @@ class NodeManager: # to additional gateways. # They are useful for running multiple workers on remote machines. if getattr(proxy_spec, "id", None) is None: - raise pytest.UsageError(f"Proxy gateway {proxy_spec} must include an id") + raise pytest.UsageError( + f"Proxy gateway {proxy_spec} must include an id" + ) self.group.makegateway(proxy_spec) if specs is None: specs = self._gettxspecs()