wsmith323 / frozenordereddict

An immutable wrapper around an OrderedDict.
MIT License
1 stars 5 forks source link

'collections.abc' Deprecation warning #6

Open sergei-mironov opened 3 years ago

sergei-mironov commented 3 years ago

Hi. pytest issues the following warning (Please ignore long filenames of NixOS).

======================================================================= warnings summary =======================================================================
/nix/store/hkj9ri9kal6ms6r09x04hdmil72x1yc6-python3.7-frozenordereddict/lib/python3.7/site-packages/frozenordereddict/__init__.py:2
  /nix/store/hkj9ri9kal6ms6r09x04hdmil72x1yc6-python3.7-frozenordereddict/lib/python3.7/site-packages/frozenordereddict/__init__.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import Mapping

-- Docs: https://docs.pytest.org/en/latest/warnings.html
================================================================ 18 passed, 1 warning in 7.90s =================================================================
sergei-mironov commented 3 years ago

Note, I'm using 8837a7e2b55