Bug 1466211 - Add blessings to dependencies for |mach python-test|; r?ahal draft
authorDave Hunt <dhunt@mozilla.com>
Thu, 31 May 2018 15:41:38 +0100
changeset 803746 e73ed427438d92bc2e720f8ef7e70f625b86fc91
parent 803745 4d50cf199f00abe1e60f635b46ac42e381701bf9
child 803747 4ce172079d78f1dbfa19dc83348ff4120d9d8ff8
child 804936 f2076a8bf551b7e7d4f95240e67d6d9e4d159134
push id112168
push userbmo:dave.hunt@gmail.com
push dateMon, 04 Jun 2018 19:30:22 +0000
reviewersahal
bugs1466211
milestone62.0a1
Bug 1466211 - Add blessings to dependencies for |mach python-test|; r?ahal MozReview-Commit-ID: FvHANQnSMRW
python/Pipfile
python/Pipfile.lock
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -19,16 +19,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"}
+"b017005" = {path = "./../third_party/python/blessings"}
 "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"}
 "053111f" = {path = "./../third_party/python/requests"}
 "d250320" = {path = "./../third_party/python/six"}
 "f1de77a" = {path = "./../third_party/python/which", markers="python_version < '3.3'"}
--- a/python/Pipfile.lock
+++ b/python/Pipfile.lock
@@ -1,12 +1,12 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "dfc219f64edc7715acdb35e03dcee665ec26908c18a58d3a3a88dda3ab393b17"
+            "sha256": "1be7f260e6efc0f277a4802c69d3073ad27c04b8dde02cefee1c8718a8d62a6a"
         },
         "pipfile-spec": 6,
         "requires": {},
         "sources": [
             {
                 "name": "pypi",
                 "url": "https://pypi.org/simple",
                 "verify_ssl": true
@@ -55,16 +55,19 @@
             "path": "./../testing/mozbase/mozlog"
         },
         "8dab59a": {
             "path": "./../testing/mozbase/mozdevice"
         },
         "8ddb376": {
             "path": "./mozbuild"
         },
+        "b017005": {
+            "path": "./../third_party/python/blessings"
+        },
         "b3ddbcf": {
             "path": "./mozterm"
         },
         "c2c21d9": {
             "path": "./../third_party/python/py"
         },
         "c49d32a": {
             "markers": "python_version < '3.3'",