pallets / quart

An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
3.01k stars 164 forks source link

Remove obsolete `mock` dependency #316

Closed mgorny closed 9 months ago

mgorny commented 9 months ago

Remove the dependency on mock package, as the test suite uses only the builtin unittest.mock module.

Checklist:

mgorny commented 9 months ago

The CI failures don't seem related to my change.

pgjones commented 9 months ago

Thanks

mgorny commented 9 months ago

Thanks!