bzrtools test suite bug: NameError: global name 'NoPyBaz' is not defined

Andrew Bennetts andrew at canonical.com
Thu Aug 31 10:17:34 BST 2006


With current bzrtools, "bzr selftest" causes this error if pybaz is not
installed:

  File "/home/andrew/.bazaar/plugins/bzrtools/__init__.py", line 629, in test_suite
    except NoPyBaz:
NameError: global name 'NoPyBaz' is not defined

There seems to be a missing import.

-Andrew.





More information about the bazaar mailing list