Closed xrotwang closed 2 months ago
attrs 24.1.0 introduced a new implementation of generated __eq__ methods, which breaks our tests.
__eq__
Rather than pinning the attrs dependency to <24, we might want to provide a compatible implementation of __eq__ on csvw.metadata.Table objects.
attrs
<24
csvw.metadata.Table
attrs 24.1.0 introduced a new implementation of generated
__eq__
methods, which breaks our tests.