summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-08 01:09:03 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-08 01:09:03 -0800
commitd2846dde026585a58c417e9a6b9e599c5fafb54a (patch)
treef61cb68861a7b968bccd159ee9c94103d50ce408 /pym
parentad382da72d24dbd0df1ee3696aacd638171a1cda (diff)
downloadportage-d2846dde026585a58c417e9a6b9e599c5fafb54a.tar.gz
portage-d2846dde026585a58c417e9a6b9e599c5fafb54a.tar.bz2
portage-d2846dde026585a58c417e9a6b9e599c5fafb54a.zip
test_import_modules: exempt repoman.herdbase
The repoman.herdbase module requires python with xml support.
Diffstat (limited to 'pym')
-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):