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

De-specify tag checkout of pytest-cookies requirement #125

Closed mcdonc closed 1 year ago

mcdonc commented 1 year ago

The bugfix/62 tag of pytest-cookies is no longer available; this change may cause the tests to fail on Windows, but at least it will work on Linux.

mcdonc commented 1 year ago

I'm going to merge this, despite being a stranger here, as it causes CI to be green :)