Bug 1466211 - Run raptor tests using pipenv; r?ahal draft
authorDave Hunt <dhunt@mozilla.com>
Fri, 01 Jun 2018 18:18:45 +0100
changeset 804940 2f92e642231b80161603638c83a7534cd0a7a86e
parent 804939 03ca14aece0d4bc12ca0a00635f438203f59cb75
child 804941 bb731e60a735af8f46fe3092d95a2073e607a216
push id112505
push userbmo:dave.hunt@gmail.com
push dateWed, 06 Jun 2018 20:48:11 +0000
reviewersahal
bugs1466211
milestone62.0a1
Bug 1466211 - Run raptor tests using pipenv; r?ahal MozReview-Commit-ID: Gjrj1UH50z5
python/Pipfile
python/Pipfile.lock
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -22,16 +22,17 @@ name = "pypi"
 "501835d" = {path = "./../testing/mozbase/mozinstall"}
 "807c1c5" = {path = "./../testing/mozbase/mozlog"}
 "e09e103" = {path = "./../testing/mozbase/moznetwork"}
 "132adec" = {path = "./../testing/mozbase/mozprocess"}
 "d88f467" = {path = "./../testing/mozbase/mozprofile"}
 "1de94f2" = {path = "./../testing/mozbase/mozrunner"}
 "6477f20" = {path = "./../testing/mozbase/moztest"}
 "f1d74ca" = {path = "./../testing/mozbase/mozversion"}
+"a90d08e" = {path = "./../testing/raptor"}
 "0bc49c9" = {path = "./../testing/web-platform/tests/tools/wptserve"}
 "b017005" = {path = "./../third_party/python/blessings"}
 "605c6a6" = {path = "./../third_party/python/browsermob-proxy"}
 "47200d8" = {path = "./../third_party/python/futures", markers="python_version < '3'"}
 "110bcc4" = {path = "./../third_party/python/jsmin"}
 "c49d32a" = {path = "./../third_party/python/mock-1.0.0", markers="python_version < '3.3'"}
 "c2c21d9" = {path = "./../third_party/python/py"}
 "f4b00e9" = {path = "./../third_party/python/pytest"}
--- a/python/Pipfile.lock
+++ b/python/Pipfile.lock
@@ -1,12 +1,12 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "3dea4307902348fb3f47ab80c5841a0849d011a9176c70f6d48c6b82cfd973df"
+            "sha256": "1365b67dedc01b0f0c6f4210e5962312956010bba2b4e91330071417e9ea10bb"
         },
         "pipfile-spec": 6,
         "requires": {},
         "sources": [
             {
                 "name": "pypi",
                 "url": "https://pypi.org/simple",
                 "verify_ssl": true
@@ -67,16 +67,19 @@
             "path": "./../testing/mozbase/mozdevice"
         },
         "8ddb376": {
             "path": "./mozbuild"
         },
         "99247d1": {
             "path": "./../testing/marionette/client"
         },
+        "a90d08e": {
+            "path": "./../testing/raptor"
+        },
         "b017005": {
             "path": "./../third_party/python/blessings"
         },
         "b1adf4f": {
             "path": "./../third_party/python/pyyaml"
         },
         "b3ddbcf": {
             "path": "./mozterm"