From d2846dde026585a58c417e9a6b9e599c5fafb54a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 8 Feb 2011 01:09:03 -0800 Subject: test_import_modules: exempt repoman.herdbase The repoman.herdbase module requires python with xml support. --- pym/portage/tests/lint/test_import_modules.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') 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): -- cgit v1.2.3-1-g7c22