failing textwrap test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
on travis/python3, textwrap tests fail with:
Traceback (most recent call last):
testtools.
log
Traceback (most recent call last):
File "/opt/python/
max_lines=4)
File "/opt/python/
self.
File "/opt/python/
self.
File "/home/
pprint.
AssertionError: expected:
0: 'Did you say '
1: '"supercalifr'
2: 'agilisticexp'
3: '[...]'
but got:
0: 'Did you say '
1: '"supercalifr'
2: 'agilisticexp'
3: 'ialidocious?'
4: '" How *do*'
5: 'you spell'
6: 'that odd'
7: 'word,'
8: 'anyways?'
not equal:
a = ['Did you say '
'"supercalifr'
'agilisticexp'
'ialidocious?'
'" How *do*'
'you spell'
'that odd'
'word,'
'anyways?']
b = ['Did you say ', '"supercalifr', 'agilisticexp', '[...]']
Related branches
- Martin Packman: Approve
-
Diff: 67 lines (+36/-1)1 file modifiedbreezy/utextwrap.py (+36/-1)
Changed in brz: | |
status: | New → Triaged |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
Changed in brz: | |
importance: | Undecided → High |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |