New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 786595 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug-Regression



Sign in to add a comment

Test_that is failing with an Import Error.

Project Member Reported by aashuto...@chromium.org, Nov 17 2017

Issue description

I am seeing the following error, after repo-sync 


scripts $test_that -b celes --fast --autotest_dir=../third_party/autotest/files/ chromeos9-row4-rack8-host1 network_WiFi_VerifyRouter
Traceback (most recent call last):
  File "/mnt/host/source/src/third_party/autotest/files/site_utils/test_that.py", line 22, in <module>
    from autotest_lib.server.hosts import factory
  File "/mnt/host/source/src/third_party/autotest/files/server/hosts/__init__.py", line 25, in <module>
    from factory import create_host
  File "/mnt/host/source/src/third_party/autotest/files/server/hosts/factory.py", line 18, in <module>
    from autotest_lib.server.hosts import gce_host
  File "/mnt/host/source/src/third_party/autotest/files/server/hosts/gce_host.py", line 10, in <module>
    from chromite.lib import gce
  File "/mnt/host/source/src/third_party/autotest/files/site-packages/chromite/lib/gce.py", line 17, in <module>
    from googleapiclient.discovery import build
  File "/mnt/host/source/src/third_party/autotest/files/site-packages/chromite/third_party/googleapiclient/discovery.py", line 33, in <module>
    from six.moves.urllib.parse import urlencode, urlparse, urljoin, \
ImportError: No module named urllib.parse
 
Status: WontFix (was: Untriaged)

Sign in to add a comment