WebKit Bugzilla
Attachment 362119 Details for
Bug 194707
: pytest is not correctly auto-installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug-194707-20190215182509.patch (text/plain), 1.59 KB, created by
Pablo Saavedra
on 2019-02-15 09:25:10 PST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pablo Saavedra
Created:
2019-02-15 09:25:10 PST
Size:
1.59 KB
patch
obsolete
>Subversion Revision: 241589 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 66115abde4558019d6f8d3434742bc3bd30056ad..a3cec2b51b7e40e6807c6f7cd2f792845a8053fb 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-15 Pablo Saavedra <psaavedra@igalia.com> >+ >+ pytest is not correctly auto-installed >+ https://bugs.webkit.org/show_bug.cgi?id=194707 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/thirdparty/__init__.py: >+ (AutoinstallImportHook._install_pytest): >+ > 2019-02-10 Darin Adler <darin@apple.com> > > Replace more uses of String::format with StringConcatenate (mostly non-Apple platform-specific cases) >diff --git a/Tools/Scripts/webkitpy/thirdparty/__init__.py b/Tools/Scripts/webkitpy/thirdparty/__init__.py >index 6bbe5908c5d4d5e16fb7c2f8e0f680f4b308df3e..2c82036d2a480711ead704279e7035b43b66d6d7 100644 >--- a/Tools/Scripts/webkitpy/thirdparty/__init__.py >+++ b/Tools/Scripts/webkitpy/thirdparty/__init__.py >@@ -158,6 +158,8 @@ class AutoinstallImportHook(object): > "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()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194707
: 362119