druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working #169

Closed rchossein closed 4 years ago

rchossein commented 5 years ago

This is the warning I'm getting when doing unit testing (with pytest) for my module.

.../lib/python3.7/site-packages/pydruid/query.py:28   DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

    class Query(collections.MutableSequence):

-- Docs: https://docs.pytest.org/en/latest/warnings.html
villebro commented 4 years ago

@rchossein This issue can be closed, as it was fixed in #216