failing tests breezy.tests.test_selftest.TestTransportScenarios.test_scenarios_include_transport_class and breezy.tests.test_selftest.TestTestSuite.test_test_suite
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
Complete log is attached this is just an error message:
[ 674s] =======
[ 674s] ERROR: breezy.
[ 674s] -------
[ 674s] testtools.
[ 674s] log
[ 674s]
[ 674s] Traceback (most recent call last):
[ 674s] File "/home/
[ 674s] scenarios = transport_
[ 674s] File "/home/
[ 674s] pyutils.
[ 674s] File "/home/
[ 674s] __import_
[ 674s] ModuleNotFoundE
[ 674s]
[ 674s] =======
[ 674s] FAIL: breezy.
[ 674s] -------
[ 674s] testtools.
[ 674s] log
[ 674s]
[ 674s] Traceback (most recent call last):
[ 674s] File "/home/
[ 674s] self.assertSubs
[ 674s] File "/home/
[ 674s] raise AssertionError(
(the error message is too long and Launchpad rejected it)
Related branches
- Jelmer Vernooij: Approve
-
Diff: 305 lines (+36/-99)7 files modifiedbreezy/plugin.py (+4/-26)
breezy/plugins/bash_completion/tests/test_bashcomp.py (+6/-3)
breezy/tests/__init__.py (+8/-3)
breezy/tests/features.py (+0/-1)
breezy/tests/test_plugins.py (+1/-60)
breezy/tests/test_selftest.py (+14/-3)
breezy/tests/test_transport.py (+3/-3)
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in brz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
status: | Triaged → Fix Committed |
milestone: | none → 3.3.3 |
Changed in brz: | |
status: | Fix Committed → Fix Released |
Hmm, I think Ubuntu saw something similar. Nothing has changed in this space recently. Can you reproduce this with older versions of Python, and which version are you using?