Comment 0 for bug 1937173

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Plenty of self-test fails like

======================================================================
FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
1324.812 loading plugins!
1324.812 using _Path('breezy.testingplugins', [], [], ['.'])
1324.812 Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module
    __import__(_MODULE_PREFIX + name)
ModuleNotFoundError: No module named 'breezy.testingplugins.plugin'

1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'
 WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'
1324.813 removed breezy.testingplugins from sys.modules

FYI this is somewhat related to (former maybe now hidden FTFBS of breezy)
https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034
and more indirectly to (need new breezy to get lintian-brush to get thing moving)
https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369