sanic-org / sanic-openapi

Easily document your Sanic API with a UI
https://sanic-openapi.readthedocs.io/
MIT License
505 stars 108 forks source link

Fix the broken build #204

Closed artcg closed 3 years ago

artcg commented 3 years ago

@ahopkins

This PR does three things

This is necessary due to sanic also dropping 3.6 support, due to the uvloop thing

Due to the new version of sanic requiring unique app names, had to adjust the tests to produce those

This is not really necessary perhaps but will make it easier to merge https://github.com/sanic-org/sanic-openapi/pull/194 if we want to Can take it out if desired

Also FYI - might need to adjust the travis settings in the repository settings - see https://travis-ci.community/t/known-issue-travis-ci-reports-expected-waiting-for-status-to-be-reported-on-the-github-status-api-but-the-status-never-arrives/1154