Commit ce6dd06
committed
fix tests
Copier's run_copy on a template, version controlled with git, by default searches for the latest tag conforming to PEP-440 (https://peps.python.org/pep-0440/#public-version-identifiers) and uses that to generate. This meant that it was still using the 0.4.0 version. We now set it to HEAD explicitly in the tests.
Note that we didn't see this failure before in the separate repo because there was no history there.1 parent 7c89fe9 commit ce6dd06
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments