Remove another instance of self.pdb

This commit is contained in:
Calen Pennington
2016-06-29 09:56:26 -04:00
parent e19fb06e9d
commit c3434d144d

View File

@@ -27,7 +27,6 @@ class TestSuite(object):
self.failed_suites = []
self.verbosity = int(kwargs.get('verbosity', 1))
self.skip_clean = kwargs.get('skip_clean', False)
self.pdb = kwargs.get('pdb', False)
self.passthrough_options = kwargs.get('passthrough_options', [])
def __enter__(self):