Comment 4 for bug 212917

Revision history for this message
Matthias Klose (doko) wrote :

python -Werror -c 'import xml.etree.cElementTree' works fine for me on hardy.

apparently some things are used from the old / deprecated python-xml package during the test run, which is not anymore in sys.path directly to avoid the overlays with the xml code in python2.4 and python2.5.

  - bzr upstream should not rely on this package for tests, but use the xml code from the python2.4/python2.5 core library
  - the package should ignore the tests using python-xml, or b-d on python-xml and adding the module to sys.path
   directly