-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
I get this warning when running py.test on a freshly generated cookiecutter project:
.../python3.7/site-packages/markupsafe/__init__.py:13: 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
Steps to reproduce:
- generate project & answer prompts
mkdir project && cd project &&
cookiecutter gh:Pylons/pyramid-cookiecutter-starter
- install packages
cd project && python3 -m venv env && source env/bin/activate &&
pip install -e .
- run py.test (assuming project was named "project" in step 1)
py.test project/tests.py
I'm somewhat new to Python so maybe I'm mistaken in thinking this is an issue. Or maybe I'm not supposed to be using Python 3 with this package? Anyway, hope this is helpful in some way.
dhermes, ushuz and azmeuk
Metadata
Metadata
Assignees
Labels
No labels