DeprecationWarning on collections
Closed this issue · 0 comments
lmazuel commented
/home/travis/virtualenv/python3.7.0/lib/python3.7/site-packages/vcr/util.py:6:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
class CaseInsensitiveDict(collections.MutableMapping):
FYI only, just to easily prepare a future 3.8 :)