jinja2 should not issue warnings when being used with pytest.
jinja2 issues the following warnings when being used with pytest.
pyutils(master) ✗: pytest
========================================================================== test session starts ==========================================================================
platform darwin -- Python 3.7.3, pytest-4.4.1, py-1.8.0, pluggy-0.9.0
rootdir: /Users/hulk/src/pyutils
collected 9 items
tests/test_countdown.py ..... [ 55%]
tests/test_lookup.py .... [100%]
=========================================================================== warnings summary ============================================================================
/usr/local/lib/python3.7/site-packages/jinja2/utils.py:485
/usr/local/lib/python3.7/site-packages/jinja2/utils.py:485: 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
/usr/local/lib/python3.7/site-packages/jinja2/runtime.py:318
/usr/local/lib/python3.7/site-packages/jinja2/runtime.py:318: 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
-- Docs: https://docs.pytest.org/en/latest/warnings.html
================================================================= 9 passed, 2 warnings in 0.08 seconds ==================================================================
pyutils(master) ✗:
Fixed in master
Just caught this one too. Thanks for fixing it.
Most helpful comment
Fixed in master