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
jsonschema
Remove jsonschema from environments once this is resolved: Yelp/bravado#478
More details below.
T011+T012+T014 use a Swagger API via bravado.
bravado
We get the following error in our CI probably since the 4.0.0 release of jsonschema used by swagger_spec_validator used by bravado:
swagger_spec_validator
ModuleNotFoundError: No module named 'jsonschema.compat'
CI error: https://github.com/volkamerlab/teachopencadd/runs/3787319091#step:8:1267
Pin jsonschema to <4.0.0
Wait for swagger_spec_validator's fix.
compat
The text was updated successfully, but these errors were encountered:
numpy
dominiquesydow
Successfully merging a pull request may close this issue.
Remove
jsonschema
from environments once this is resolved: Yelp/bravado#478More details below.
Description
T011+T012+T014 use a Swagger API via
bravado
.We get the following error in our CI probably since the 4.0.0 release of
jsonschema
used byswagger_spec_validator
used bybravado
:CI error:
https://github.com/volkamerlab/teachopencadd/runs/3787319091#step:8:1267
Solution
Short-term
Pin
jsonschema
to <4.0.0Long-term
Wait for
swagger_spec_validator
's fix.compat
module Yelp/bravado#478The text was updated successfully, but these errors were encountered: