Title: [234842] trunk/Tools
Revision
234842
Author
carlo...@webkit.org
Date
2018-08-14 02:57:58 -0700 (Tue, 14 Aug 2018)

Log Message

Unreviewed. Fix WebDriver tests after r234839.

New pytest requires to autoinstall pluggy and funcsigs too.

* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_pytest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234841 => 234842)


--- trunk/Tools/ChangeLog	2018-08-14 09:04:32 UTC (rev 234841)
+++ trunk/Tools/ChangeLog	2018-08-14 09:57:58 UTC (rev 234842)
@@ -1,3 +1,12 @@
+2018-08-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix WebDriver tests after r234839.
+
+        New pytest requires to autoinstall pluggy and funcsigs too.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_pytest):
+
 2018-08-13  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update W3C WebDriver imported tests.

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (234841 => 234842)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2018-08-14 09:04:32 UTC (rev 234841)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2018-08-14 09:57:58 UTC (rev 234842)
@@ -144,6 +144,10 @@
     def _install_pytest(self):
         self._install("https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz#md5=279ca69c632069e1b71e11b14641ca28",
                               "py-1.5.2/py")
+        self._install("https://pypi.python.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz",
+                              "pluggy-0.6.0/pluggy")
+        self._install("https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz",
+                              "funcsigs-1.0.2/funcsigs")
         self._install("https://pypi.python.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz",
                               "pytest-3.6.2/src/_pytest")
         self._install("https://pypi.python.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to