Uhhh `engine.Collection` has not been working prop...
# development
h
Uhhh
engine.Collection
has not been working properly for
__eq__
for apparently the last few months. We never provided a custom
__eq__
or
__hash__
, so I found in a test that
my_collection1 != my_collection2
but
my_collection1.dependencies == my_collection2.dependencies
I’ll fix this.