codecobblers / dirtyjson

Python JSON parser for reading JSON objects out of JS files
Other
39 stars 7 forks source link

Respect a pytest DeprecationWarning #4

Open dmitri-vlasov opened 3 years ago

dmitri-vlasov commented 3 years ago

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