cldf / pycldf

python package to read and write CLDF datasets
https://cldf.clld.org
Apache License 2.0
15 stars 7 forks source link

Fix regression introduced by attrs 24.1 #179

Closed xrotwang closed 2 months ago

xrotwang commented 2 months ago

attrs 24.1.0 introduced a new implementation of generated __eq__ methods, which breaks our tests.

xrotwang commented 2 months ago

Rather than pinning the attrs dependency to <24, we might want to provide a compatible implementation of __eq__ on csvw.metadata.Table objects.