remove cover and xmlresult plugins as they are not easily installable

and lead to frustration (thanks again to prologic for getting back on it)

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-02-10 16:11:19 +01:00
parent 3608d722fa
commit c75d0faa6f
3 changed files with 1 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ WIDTH = 75
plugins = [
('advanced python testing',
'skipping mark pdb figleaf coverage '
'skipping mark pdb figleaf '
'monkeypatch capture recwarn tmpdir',),
('distributed testing, CI and deployment',
'xdist pastebin junitxml resultlog genscript',),
@@ -23,9 +23,6 @@ externals = {
'xdist': None,
'figleaf': None,
'django': "for testing django applications",
'coverage': "for testing with Ned's coverage module ",
'xmlresult': "for generating xml reports "
"and CruiseControl integration",
}
def warn(*args):