Switch setuponly and setupplan options to a hook-based implementation.
This commit is contained in:
@@ -65,7 +65,7 @@ _preinit = []
|
||||
default_plugins = (
|
||||
"mark main terminal runner python pdb unittest capture skipping "
|
||||
"tmpdir monkeypatch recwarn pastebin helpconfig nose assertion genscript "
|
||||
"junitxml resultlog doctest cacheprovider").split()
|
||||
"junitxml resultlog doctest cacheprovider setuponly setupplan").split()
|
||||
|
||||
builtin_plugins = set(default_plugins)
|
||||
builtin_plugins.add("pytester")
|
||||
|
||||
Reference in New Issue
Block a user