taverntesting / tavern

A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax
https://taverntesting.github.io/
MIT License
1.03k stars 195 forks source link

jsonschemaDeprecationWarning-fix #857

Closed AlexNg9527 closed 10 months ago

AlexNg9527 commented 1 year ago

Passing a schema to Validator.is_valid is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).is_valid(...) instead.

immesys commented 10 months ago

I would love if this got rebased and merged as I cannot use an old version of jsonschema anymore