Skip to content
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

Fix a deprecation warning from jsonschema 3.x #946

Merged
merged 1 commit into from
Jun 3, 2019
Merged

Fix a deprecation warning from jsonschema 3.x #946

merged 1 commit into from
Jun 3, 2019

Commits on Jun 3, 2019

  1. Fix a deprecation warning from jsonschema 3.x

    For example, in https://travis-ci.org/awslabs/serverless-application-model/jobs/538917819:
    
    /home/travis/build/awslabs/serverless-application-model/.tox/py36/lib/python3.6/site-packages/jsonschema/validators.py:893: DeprecationWarning: The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future.
      cls = validator_for(schema)
    Chih-Hsuan Yen committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    f5461ff View commit details
    Browse the repository at this point in the history