Skip to content

Commit

Permalink
Remove dead code in package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed Jan 15, 2025
1 parent bfe6a7f commit 664a902
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions src/local/butler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from local.butler import appengine
from local.butler import common
from local.butler import constants
from local.butler import py_unittest
from src.clusterfuzz._internal.base import utils

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

py_unittest.execute(args={})

common.install_dependencies(platform_name=platform_name)

# This needs to be done before packaging step to let src/appengine/config be
Expand Down
10 changes: 0 additions & 10 deletions src/local/butler/py_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,3 @@ def run_tests(target=None,
else:
run_tests_single_core(pattern, unsuppress_output, test_directory,
top_level_dir)


def execute(args):
run_tests(
target=args.targets,
config_dir=args.config_dir,
verbose=args.verbose,
pattern=args.pattern,
unsuppress_output=args.unsuppress_output,
parallel=args.parallel)

0 comments on commit 664a902

Please sign in to comment.