errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.13k stars 615 forks source link

Fixing Deprecation Warning #1423

Closed dvaerum closed 4 years ago

dvaerum commented 4 years ago

When using pytest I get the following Deprecation Warning

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import MutableMapping

So thought I would fix it, hope you will accept it 😃

sijis commented 4 years ago

Thank you