summaryrefslogtreecommitdiffstats
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 12:45:37 -0800
commit052319652c0ccd85f1c30dd40add961015a99bfa (patch)
tree70e7340b8c01f4648d0f206ba5c5ae08eb62c08f
parentbba4f8075c9d5456917955adc819944c49b62d1a (diff)
downloadportage-052319652c0ccd85f1c30dd40add961015a99bfa.tar.gz
portage-052319652c0ccd85f1c30dd40add961015a99bfa.tar.bz2
portage-052319652c0ccd85f1c30dd40add961015a99bfa.zip
test_import_modules: exempt repoman.herdbase
The repoman.herdbase module requires python with xml support.
-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):