test_import_modules: exempt repoman.herdbase
authorZac Medico <zmedico@gentoo.org>
Tue, 8 Feb 2011 09:09:03 +0000 (01:09 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 8 Feb 2011 09:09:03 +0000 (01:09 -0800)
The repoman.herdbase module requires python with xml support.

pym/portage/tests/lint/test_import_modules.py

index 8d257c5a6af179d36fc878791936aef426e199d0..81ffedec40872f81bc70cb925594bc608deb50a3 100644 (file)
@@ -11,6 +11,7 @@ class ImportModulesTestCase(TestCase):
 
        def testImportModules(self):
                expected_failures = frozenset((
+                       'repoman.herdbase', # requires python with xml support
                ))
 
                for mod in self._iter_modules(PORTAGE_PYM_PATH):