Skip to content

Conversation

@dmitri-vlasov
Copy link

Respect a pytest DeprecationWarning for collections.abc:

../../usr/local/lib/python3.7/dist-packages/dirtyjson/attributed_containers.py:7
/usr/local/lib/python3.7/dist-packages/dirtyjson/attributed_containers.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import MutableMapping as DictMixin

-- Docs: https://docs.pytest.org/en/stable/warnings.html

Respect a pytest DeprecationWarning for collections.abc:

../../usr/local/lib/python3.7/dist-packages/dirtyjson/attributed_containers.py:7
  /usr/local/lib/python3.7/dist-packages/dirtyjson/attributed_containers.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableMapping as DictMixin

-- Docs: https://docs.pytest.org/en/stable/warnings.html
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

Successfully merging this pull request may close these issues.

1 participant