napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Fix windows tests #143

Closed psobolewskiPhD closed 1 year ago

psobolewskiPhD commented 1 year ago

Windows tests are failing due to cookiecutter issue: https://github.com/cookiecutter/cookiecutter/issues/1688 This is solved with a PR to pytest-cookie but it's not merged (despite months of time...): https://github.com/hackebrot/pytest-cookies/pull/61

So this PR uses that PR branch for pytest-cookies to eliminate the fails. If the PR is every merged, can go back to just pytest-cookies

psobolewskiPhD commented 1 year ago

Hmm, this PR may be even better of a fix? https://github.com/hackebrot/pytest-cookies/pull/63 Doesn't change the fact that the repo seems dead 😢

psobolewskiPhD commented 1 year ago

The other fix PR has been merged: https://github.com/hackebrot/pytest-cookies/pull/63 So it may be possible to revert this PR, assuming a release is made.

Czaki commented 1 year ago

I was released, so feel free to make such PR. I will review it.