Commit 6c0717f
committed
test: fix match when 3.15 produces better diagnostic.
Don't match exact ValueError, 3.15 produces: 'stray % at position 12'
while earlier versions reported: 'incomplete format'
So verify message up to ValueError only.1 parent aad9408 commit 6c0717f
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3714 | 3714 | | |
3715 | 3715 | | |
3716 | 3716 | | |
3717 | | - | |
3718 | | - | |
| 3717 | + | |
3719 | 3718 | | |
3720 | 3719 | | |
3721 | 3720 | | |
| |||
0 commit comments