requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
998 stars 186 forks source link

Remove dependency on the external module mock #301

Closed mcepl closed 3 years ago

mcepl commented 3 years ago

Since Python 3.3 mock is present the Python’s standard library, so it is not necessary to use external module. This patch removes the need of using it.

sigmavirus24 commented 3 years ago

As I've explained countless times, the backported features are too valuable to my own ability to maintain this project in what little time I have to do so.