Skip to content

Commit 664a902

Browse files
committed
Remove dead code in package
1 parent bfe6a7f commit 664a902

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/local/butler/package.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from local.butler import appengine
2222
from local.butler import common
2323
from local.butler import constants
24-
from local.butler import py_unittest
2524
from src.clusterfuzz._internal.base import utils
2625

2726
MIN_SUPPORTED_NODEJS_VERSION = 4
@@ -84,8 +83,6 @@ def package(revision,
8483
print('You do not have nodejs, or your nodejs is not at least version 4.')
8584
sys.exit(1)
8685

87-
py_unittest.execute(args={})
88-
8986
common.install_dependencies(platform_name=platform_name)
9087

9188
# This needs to be done before packaging step to let src/appengine/config be

src/local/butler/py_unittest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,3 @@ def run_tests(target=None,
292292
else:
293293
run_tests_single_core(pattern, unsuppress_output, test_directory,
294294
top_level_dir)
295-
296-
297-
def execute(args):
298-
run_tests(
299-
target=args.targets,
300-
config_dir=args.config_dir,
301-
verbose=args.verbose,
302-
pattern=args.pattern,
303-
unsuppress_output=args.unsuppress_output,
304-
parallel=args.parallel)

0 commit comments

Comments
 (0)