[Webkit-unassigned] [Bug 62943] New: test-webkitpy --all errors out because scm_unittest.py can't find module checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 18 16:38:21 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62943

           Summary: test-webkitpy --all errors out because scm_unittest.py
                    can't find module checkout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


When I ran test-webkitpy --all today, I got the following error:

atlas:WebKit dbates$ Tools/Scripts/test-webkitpy --all
test-webkitpy: INFO     Suppressing most webkitpy logging while running unit tests.
test-webkitpy: WARNING  You are testing webkitpy with a Python version (2.6.1) higher than the minimum version (2.5) it was meant to support.
test-webkitpy: WARNING  Skipping tests in Tools/QueueStatusServer due to failure (No module named dev_appserver).  This module is optional.  The failure is likely due to a missing Google AppEngine install.  (http://code.google.com/appengine/downloads.html)
Traceback (most recent call last):
  File "Tools/Scripts/test-webkitpy", line 266, in <module>
    Tester().run_tests(sys.argv, external_package_paths)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/test/main.py", line 160, in run_tests
    __import__(module)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 48, in <module>
    from .checkout import Checkout
ImportError: No module named checkout

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list