Title: [234914] trunk/Tools
Revision
234914
Author
carlo...@webkit.org
Date
2018-08-16 01:14:41 -0700 (Thu, 16 Aug 2018)

Log Message

Unreviewed. Fix WebDriver tests after r234839.

New pytest requires to autoinstall attrs too.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234913 => 234914)


--- trunk/Tools/ChangeLog	2018-08-16 07:41:46 UTC (rev 234913)
+++ trunk/Tools/ChangeLog	2018-08-16 08:14:41 UTC (rev 234914)
@@ -1,3 +1,12 @@
+2018-08-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix WebDriver tests after r234839.
+
+        New pytest requires to autoinstall attrs too.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_pytest):
+
 2018-08-15  Ansh Shukla  <ansh_shu...@apple.com>
 
         NSURLAuthenticationMethodOAuth challenges are surfaced to clients in -didReceiveAuthenticationChallenge as NSURLAuthenticationMethodDefault

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (234913 => 234914)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2018-08-16 07:41:46 UTC (rev 234913)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2018-08-16 08:14:41 UTC (rev 234914)
@@ -154,6 +154,8 @@
                               "atomicwrites-1.1.5/atomicwrites")
         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/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz",
+                              "attrs-18.1.0/src/attr")
         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