Closed aonamrata closed 5 years ago
Heh, a deprecation warning on a deprecation warning. I hadn't seen that log.warn
was deprecated. There'll be a lot of things getting that message.
I'd welcome a PR if you want to make a pass at it. Otherwise I'll take a look the next time I'm working on the library.
I recently updated my pytest and all related modules to latest and started getting this deprecation warning.
requests_futures\sessions.py:94: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
Full log
Solution: Fix should be pretty simple text change here and any tests that might fail. Do you want me to issue a pull request?