failing textwrap test

Bug #1792568 reported by Jelmer Vernooij
6
This bug affects 1 person
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.testresult.real._StringException: Empty attachments:
  log
Traceback (most recent call last):
  File "/opt/python/3.5.6/lib/python3.5/test/test_textwrap.py", line 629, in test_max_lines_long
    max_lines=4)
  File "/opt/python/3.5.6/lib/python3.5/test/test_textwrap.py", line 37, in check_wrap
    self.check(result, expect)
  File "/opt/python/3.5.6/lib/python3.5/test/test_textwrap.py", line 33, in check
    self.show(expect), self.show(result)))
  File "/home/travis/build/breezy-team/breezy/breezy/tests/__init__.py", line 1312, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
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

Jelmer Vernooij (jelmer)
Changed in brz:
status: New → Triaged
assignee: nobody → Jelmer Vernooij (jelmer)
milestone: none → 3.0.0
Jelmer Vernooij (jelmer)
Changed in brz:
importance: Undecided → High
status: Triaged → Fix Committed
Jelmer Vernooij (jelmer)
Changed in brz:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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