Commit de1cbb9b by Jesse Zoldak

Merge pull request #7631 from edx/zoldak/remove-ptest

Remove unused bok_choy paver option ptests
parents 35db7f34 e5132e3f
......@@ -82,7 +82,6 @@ def perf_report_bokchoy(options):
'imports_dir': getattr(options, 'imports_dir', None),
'verbosity': getattr(options, 'verbosity', 2),
'test_dir': 'performance',
'ptests': True,
}
run_bokchoy(**opts)
......
......@@ -39,7 +39,6 @@ class BokChoyTestSuite(TestSuite):
self.default_store = kwargs.get('default_store', None)
self.verbosity = kwargs.get('verbosity', 2)
self.extra_args = kwargs.get('extra_args', '')
self.ptests = kwargs.get('ptests', False)
self.har_dir = self.log_dir / 'hars'
self.imports_dir = kwargs.get('imports_dir', None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment