yunstanford / pytest-sanic

a Pytest Plugin for Sanic.
http://pytest-sanic.readthedocs.io/en/latest
Apache License 2.0
135 stars 21 forks source link

Upgrading to latest sanic and httpx versions #57

Closed rafaelfelix closed 3 years ago

rafaelfelix commented 3 years ago

Also, using aclose() instead of close() for httpx client, after the version bump.

fixes https://github.com/yunstanford/pytest-sanic/issues/51

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 70.833% when pulling 4a0715255ae33c1beebf56d53855f0872e0185fc on rafaelfelix:issue_51 into 99c9f04e1f62d41834e8b3d33cf6c6ed62371d2e on yunstanford:master.

twerkmeister commented 3 years ago

Hey @rafaelfelix, would you consider upgrading to sanic 21.6.0 right away and also websockets 9.1 then as it closes a security vulnerability. see #55 Tried it locally and the tests still work.