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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user