Bug#903399: Fix makes tag untestable
Hi Felix,
> The fix for this bug makes the tag 'old-python-version-field'
> untestable. When the version for old-python equals ancient-python,
> there is no way to reach the second block:
> 
>             if (versions_lte($v, $ancient)) {
>                 tag 'ancient-python-version-field', $field, $v;
>             } elsif (versions_lte($v, $old)) {
>                 tag 'old-python-version-field', $field, $v;
> 
> The tags cannot be combined.
Isn't that the point of them?
> Can we please find another solution, so that this tag is
> testable, too?
Not sure how we can get around this. Have you implemented similar
things for other tags...?
Regards,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org 🍥 chris-lamb.co.uk
       `-
Reply to: