Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning #99

Closed
patreeceeo opened this issue Sep 9, 2018 · 4 comments
Closed

Deprecation warning #99

patreeceeo opened this issue Sep 9, 2018 · 4 comments

Comments

@patreeceeo
Copy link

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.

@tirkarthi
Copy link

Fixed with #98

Thanks

@azmeuk
Copy link

azmeuk commented Oct 2, 2018

Has it been released yet?

@tirkarthi
Copy link

No, it's still only in master.

@davidism davidism closed this as completed Oct 2, 2018
@jaraco
Copy link
Contributor

jaraco commented Oct 31, 2018

Having had a release for this would have saved a commit to a project that depends on it to suppress the warning. Would love a release.

jaraco pushed a commit to pmxbot/pmxbot that referenced this issue Nov 2, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants