Remove deprecated cmd options

Fixes #1657
This commit is contained in:
RedBeardCode
2016-06-25 11:27:10 +02:00
committed by Bruno Oliveira
parent 68bed00d5b
commit 0e2ebc96ff
19 changed files with 26 additions and 431 deletions

View File

@@ -64,7 +64,7 @@ _preinit = []
default_plugins = (
"mark main terminal runner python pdb unittest capture skipping "
"tmpdir monkeypatch recwarn pastebin helpconfig nose assertion genscript "
"tmpdir monkeypatch recwarn pastebin helpconfig nose assertion "
"junitxml resultlog doctest cacheprovider setuponly setupplan").split()
builtin_plugins = set(default_plugins)