Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #4612 into chrome #4614

Open
wants to merge 1 commit into
base: chrome
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading