You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
This is the warning I'm getting when doing unit testing (with pytest) for my module.
The text was updated successfully, but these errors were encountered: