Removing skips and included tests from .bandit

This commit removes the setting of skips and included tests
as those don't yet exist in this verison of Bandit.

Change-Id: If939256018feb3ad92366a788994ab448e7f309e
This commit is contained in:
Travis McPeak 2016-01-27 14:59:16 -08:00
parent 36f316ab82
commit 71df005d14
1 changed files with 0 additions and 5 deletions

View File

@ -273,11 +273,6 @@ def main():
ini_options.get('exclude'),
'excluded paths')
args.skips = _log_option_source(args.skips, ini_options.get('skips'),
'skipped tests')
args.tests = _log_option_source(args.tests, ini_options.get('tests'),
'selected tests')
# TODO(tmcpeak): any other useful options to pass from .bandit?
# if the log format string was set in the options, reinitialize