New issue
Advanced search Search tips

Issue 646122 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Figure out the way for test_runner.pydeps to handle non-python dependencies

Project Member Reported by nedngu...@google.com, Sep 12 2016

Issue description

build/android/test_runner.pydeps script figures out which python deps to be included for the isolate by following the import statements.

However, a python file may have non python dependencies. The two examples we know so far are:
1) Some global lock file (https://codereview.chromium.org/2331033004/)
2) Some json file that contains some data to be used by the python module. e.g: https://github.com/catapult-project/catapult/blob/master/common/py_utils/py_utils/chrome_binaries.json 

We should figure out how to proceed with these files. 
 
Project Member

Comment 1 by sheriffbot@chromium.org, Sep 13 2016

Labels: Hotlist-Google
Status: Assigned (was: Untriaged)

Sign in to add a comment