DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

Issue #125 new
Nico Schlömer created an issue

Just a heads-up:

/path/to/python3.7/site-packages/pybtex/database/__init__.py:27
  /path/to/python3.7/site-packages/pybtex/database/__init__.py:27: 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 Mapping

/path/to/python3.7/site-packages/pybtex/utils.py:27
/path/to/python3.7/site-packages/pybtex/utils.py:27
/path/to/python3.7/site-packages/pybtex/utils.py:27
  /path/to/python3.7/site-packages/pybtex/utils.py:27: 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 (

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

Comments (2)

  1. Log in to comment