Please merge 2.5.0-4 into lunar

Bug #2002923 reported by Vladimir Petko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-testtools (Ubuntu)
Fix Released
Undecided
Vladimir Petko

Bug Description

tracking bug

Related branches

Vladimir Petko (vpa1977)
Changed in python-testtools (Ubuntu):
status: New → In Progress
assignee: nobody → Vladimir Petko (vpa1977)
Revision history for this message
Graham Inggs (ginggs) wrote :

Can we just sync 2.5.0-4 from Debian?

It's passing its autopkgtests in testing and unstable right now.

https://ci.debian.net/packages/p/python-testtools/

Revision history for this message
Vladimir Petko (vpa1977) wrote :

The patch contains some changes to the error formatting as far as I can see.

```
+ elif sys.version_info >= (3, 10):
+ spaces = ' '
++ marker = '^^^'
+ else:
+ spaces = ' '
++ marker = '^'
```
I can drop it and check the output without it.

Revision history for this message
Vladimir Petko (vpa1977) wrote :
Revision history for this message
Vladimir Petko (vpa1977) wrote :

Proceeding with sync

Vladimir Petko (vpa1977)
Changed in python-testtools (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.