summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/lint/test_import_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/lint/test_import_modules.py')
-rw-r--r--pym/portage/tests/lint/test_import_modules.py1
1 files changed, 1 insertions, 0 deletions
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):