lmaurits / BEASTling

A linguistics-focussed command line tool for generating BEAST XML files.
BSD 2-Clause "Simplified" License
20 stars 6 forks source link

Upstream hotfix needed for … change in attrs API? #215

Closed Anaphory closed 5 years ago

Anaphory commented 5 years ago

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 the attrs package, which does not accept a converter keyword argument any more in the way csvw uses it.

@xrotwang have you seen this anywhere else?

Anaphory commented 5 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.

Anaphory commented 5 years ago

This seems to be not the first time this happens, cf. https://github.com/travis-ci/travis-ci/issues/10049.

Anaphory commented 5 years ago

On the other hand, the csvw package itself does not have this issue.