12rambau / pytest-copie

The pytest plugin for your copier templates 📒
https://pytest-copie.readthedocs.io/en/latest/
MIT License
15 stars 5 forks source link

fix: always use the HEAD in the tests #70

Closed 12rambau closed 8 months ago

12rambau commented 8 months ago

In some tests I was not able to check the latest modification because copier was trying to reach latest available TAG instead of head branch. This is a tentative of fix by simply specifying that the vcs-ref of the Worker should always be HEAD.

This problem should only be visible to templates using versioning