Skip to content

Deprecation warning #99

@patreeceeo

Description

@patreeceeo

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:

  1. generate project & answer prompts
mkdir project && cd project &&
cookiecutter gh:Pylons/pyramid-cookiecutter-starter
  1. install packages
cd project && python3 -m venv env && source env/bin/activate &&
pip install -e .
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions