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

tests are broken on windows #119

Closed mmerickel closed 1 year ago

mmerickel commented 1 year ago

https://github.com/hackebrot/pytest-cookies/issues/62

mmerickel commented 1 year ago

Fixed temporarily by using a fork. See https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8c56d668331829b4eba64e3673c50f285d28da5d.