New issue
Advanced search Search tips

Issue 767814 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2017
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

repohooks/pre-upload_unittest.py is broken

Project Member Reported by ljusten@chromium.org, Sep 22 2017

Issue description

I'm getting this error when I try to commit to repohooks:

Traceback (most recent call last):
  File "./pre-upload_unittest.py", line 24, in <module>
    from chromite.lib import cros_test_lib
  File "/usr/local/google/home/ljusten/chromiumos/src/repohooks/../../chromite/lib/cros_test_lib.py", line 19, in <module>
    import mox
ImportError: No module named mox

This is run from repohooks/PRESUBMIT.cfg.

 

Comment 1 by vapier@chromium.org, Sep 22 2017

Status: WontFix (was: Assigned)
audo apt-get install python-mox

we want to convert to mock at some point, but in the mean time ...

Sign in to add a comment