Title: [241759] trunk/Tools
Revision
241759
Author
[email protected]
Date
2019-02-19 02:22:14 -0800 (Tue, 19 Feb 2019)

Log Message

pytest is not correctly auto-installed
https://bugs.webkit.org/show_bug.cgi?id=194707

Patch by Pablo Saavedra <[email protected]> on 2019-02-19
Reviewed by Carlos Garcia Campos.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (241758 => 241759)


--- trunk/Tools/ChangeLog	2019-02-19 10:04:53 UTC (rev 241758)
+++ trunk/Tools/ChangeLog	2019-02-19 10:22:14 UTC (rev 241759)
@@ -1,3 +1,13 @@
+2019-02-19  Pablo Saavedra  <[email protected]>
+
+        pytest is not correctly auto-installed
+        https://bugs.webkit.org/show_bug.cgi?id=194707
+
+        Reviewed by Carlos Garcia Campos.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_pytest):
+
 2019-02-18  Chris Dumez  <[email protected]>
 
         REGRESSION (PSON): Can't access optumbank.com from myuhc.com

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (241758 => 241759)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2019-02-19 10:04:53 UTC (rev 241758)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2019-02-19 10:22:14 UTC (rev 241759)
@@ -158,6 +158,8 @@
                               "attrs-18.1.0/src/attr")
         self._install("https://files.pythonhosted.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz",
                               "pytest-3.6.2/src/_pytest")
+        self._install("https://files.pythonhosted.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz",
+                              "pytest-3.6.2/src/pytest.py")
 
     def _install_pylint(self):
         self._ensure_autoinstalled_dir_is_in_sys_path()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to