Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
95 stars 53 forks source link

Testing pytest recursion error fix - DO NOT MERGE #56

Closed nicoddemus closed 6 years ago

nicoddemus commented 6 years ago

This commit is testing to ensure the fix for issue pytest-dev/pytest#3506 actually works.

nicoddemus commented 6 years ago

The fix works:

https://ci.appveyor.com/project/Pylons/pyramid-cookiecutter-starter/build/latest.114

Closing this now. 👍

pytest PR: https://github.com/pytest-dev/pytest/pull/3895

This will come out in pytest 3.7.4.