Closed Anaphory closed 6 years ago
This is really strange. I checked http://www.attrs.org/en/stable/api.html and https://travis-ci.org/lmaurits/BEASTling/jobs/452968159, and it seems that converter
should be part of the API from 17.4 and the only option from 18.2, and 18.2 is the version installed by travis. csvw
explicitly requires at least 18.1.
So I have absolutely no idea where this error could come from.
This seems to be not the first time this happens, cf. https://github.com/travis-ci/travis-ci/issues/10049.
On the other hand, the csvw
package itself does not have this issue.
All our tests fail at the moment on Travis, but not on my computer. At first glance, it looks like there is a change in the
attr
module from theattrs
package, which does not accept aconverter
keyword argument any more in the waycsvw
uses it.@xrotwang have you seen this anywhere else?