We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
attr
The text was updated successfully, but these errors were encountered:
adding attrs>=17.4 to the dev requirements solved the problem...
attrs>=17.4
Sorry, something went wrong.
gonzalocasas
tomvanmele
No branches or pull requests
this seems to be a known issue and is related to the version of
attr
used by Travis.python-jsonschema/jsonschema#449
The text was updated successfully, but these errors were encountered: