projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad382da
)
test_import_modules: exempt repoman.herdbase
author
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Feb 2011 09:09:03 +0000
(
01:09
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Feb 2011 09:09:03 +0000
(
01:09
-0800)
The repoman.herdbase module requires python with xml support.
pym/portage/tests/lint/test_import_modules.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/lint/test_import_modules.py
b/pym/portage/tests/lint/test_import_modules.py
index 8d257c5a6af179d36fc878791936aef426e199d0..81ffedec40872f81bc70cb925594bc608deb50a3 100644
(file)
--- 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):