From: Zac Medico Date: Tue, 8 Feb 2011 09:09:03 +0000 (-0800) Subject: test_import_modules: exempt repoman.herdbase X-Git-Tag: v2.1.9.39~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=052319652c0ccd85f1c30dd40add961015a99bfa;p=portage.git test_import_modules: exempt repoman.herdbase The repoman.herdbase module requires python with xml support. --- diff --git a/pym/portage/tests/lint/test_import_modules.py b/pym/portage/tests/lint/test_import_modules.py index 8d257c5a6..81ffedec4 100644 --- a/pym/portage/tests/lint/test_import_modules.py +++ b/pym/portage/tests/lint/test_import_modules.py @@ -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):