disable default inclusion of figleaf plugin because it caused test

failures wrt to capturing/logging interaction.  pytest_figleaf should
anyway better become its own externally living plugin.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-03 11:22:32 +01:00
parent 1b34492108
commit c6c7d041b7
3 changed files with 11 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from py.impl.test.outcome import Skipped
default_plugins = (
"default runner capture terminal mark skipping tmpdir monkeypatch "
"recwarn pdb pastebin unittest helpconfig nose assertion genscript "
"logxml figleaf doctest").split()
"logxml doctest").split()
def check_old_use(mod, modname):
clsname = modname[len('pytest_'):].capitalize() + "Plugin"