Tests fail with Python 2.7
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-rewrite |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
From a distant corner of my head I remember something similar happened with the Bazaar test suite itself.
*******
make -j14 -j14 -j1 check
BZR_PLUGINS_
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
result = selftest(
File "/usr/lib/
result_
File "/usr/lib/
result_
File "/usr/lib/
self.stream = unittest.
AttributeError: 'module' object has no attribute '_WritelnDecorator'
bzr 2.2.2 on python 2.7.1 (Linux-
arguments: ['/usr/bin/bzr', 'selftest', '--starting-
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.utf8'
plugins:
bash_completion /usr/lib/
launchpad /usr/lib/
netrc_
news_merge /usr/lib/
rewrite /var/tmp/
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Changed in bzr-rewrite: | |
milestone: | none → 0.6.2 |
status: | Fix Committed → Fix Released |
This is fixed in trunk.