Skip to content

Travis build fails #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tomvanmele opened this issue Aug 1, 2019 · 1 comment
Closed

Travis build fails #310

tomvanmele opened this issue Aug 1, 2019 · 1 comment
Assignees

Comments

@tomvanmele
Copy link
Member

  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jsonschema/_types.py", line 64, in TypeChecker
    _type_checkers = attr.ib(default=pmap(), converter=pmap)
TypeError: attrib() got an unexpected keyword argument 'converter'

this seems to be a known issue and is related to the version of attr used by Travis.
python-jsonschema/jsonschema#449

@tomvanmele
Copy link
Member Author

adding attrs>=17.4 to the dev requirements solved the problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants