diff --git a/labgrid/remote/common.py b/labgrid/remote/common.py index 93b6b22e7..14c8a2d74 100644 --- a/labgrid/remote/common.py +++ b/labgrid/remote/common.py @@ -155,7 +155,7 @@ class ResourceMatch: exporter = attr.ib() group = attr.ib() cls = attr.ib() - name = attr.ib(default=None) + name = attr.ib(default=None, order=False) # rename is just metadata, so don't use it for comparing matches rename = attr.ib(default=None, eq=False)