miki725 / alchemy-mock

SQLAlchemy mock helpers.
Other
82 stars 15 forks source link

Importing ABC directly from collections will be removed in Python 3.10 #35

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Importing ABC directly from collections will be removed in Python 3.10 . Use collections.abc for Python 3 and collections for Python 2.

alchemy_mock/comparison.py
150:            elif isinstance(self.expr, collections.Mapping):
nikhar-arora commented 2 years ago

Any updates on when this Python 3.10 compatibility will be added?

mostopalove commented 9 months ago

Any updates?