Yelp / bravado-core

Other
109 stars 98 forks source link

Travis build is failing on python2.7 after jsonschema 3.0.0 release #318

Closed macisamuele closed 5 years ago

macisamuele commented 5 years ago

Soon after jsonschema==3.0.0 was released bravado-core tests are failing on Python 2.7 (before, after).

We should fix tests as bravado-core>= 5.10.0 should be able to support jsonschema==3.0.0

macisamuele commented 5 years ago

319 was opened to address the issue.

Tests were red and @sjaensch already fixed it in #320.

@sjaensch do you think we're good to release a new version of the library? This will be the first version with 100% compatibility with jsonschema>=3.0.0 (check #319 for more details)

sjaensch commented 5 years ago

The fix has been released in 5.10.2.