diff --git a/src/_pytest/mark/structures.py b/src/_pytest/mark/structures.py index f8cf55b4cb6..55a176b31b3 100644 --- a/src/_pytest/mark/structures.py +++ b/src/_pytest/mark/structures.py @@ -367,7 +367,7 @@ def __repr__(self): return "".format(self.node) -@attr.s(cmp=False, hash=False) +@attr.s(eq=False, order=False, hash=False) class NodeMarkers: """ internal structure for storing marks belonging to a node