提交 63f3dd30 编写于 作者: L Lukáš Doktor 提交者: Cleber Rosa

avocado.plugins.run: Remove deprecated option

The option `--multiplex-files` has been deprecated for several releases,
let's finally remove it.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 0fa11d92
......@@ -138,9 +138,6 @@ class Run(CLICmd):
default=None, metavar='FILE',
help='Location of one or more Avocado multiplex (.yaml) '
'FILE(s) (order dependent)')
mux.add_argument('--multiplex-files', nargs='*',
default=None, metavar='FILE',
help='DEPRECATED: please use --multiplex instead')
mux.add_argument('--filter-only', nargs='*', default=[],
help='Filter only path(s) from multiplexing')
mux.add_argument('--filter-out', nargs='*', default=[],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册