DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
4 stars 2 forks source link

Test failures with latest copier #144

Closed joeshannon closed 5 months ago

joeshannon commented 5 months ago

The current version of copier 9.2.0 contains a change to the error raised when validating options. A ValueError is now raised instead of a ValidationError.

For details see https://github.com/copier-org/copier/pull/1526