I isolated that the failure comes from the line `r...
# development
h
I isolated that the failure comes from the line
return self.dependencies == other.dependencies
. The
return NotImplemented
piece doesn’t matter. So, using value-based equality rather than identity-based equality somehow breaks things.