Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue Jun 12, 2019 · 1 comment

Comments

@rchossein
Copy link

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
Copy link
Contributor

villebro commented Jun 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants