Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Unified Diff: Tools/Scripts/webkitpy/test/runner.py

Issue 478553002: Remove thirdparty/unittest2 from webkitpy and require python2.7. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/test/printer.py ('k') | Tools/Scripts/webkitpy/test/runner_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/test/runner.py
diff --git a/Tools/Scripts/webkitpy/test/runner.py b/Tools/Scripts/webkitpy/test/runner.py
index 0059c537d89603fb89685816ccb9e78902ba1ae7..5a7927ce8063e8446f87245a328b8d8292df1992 100644
--- a/Tools/Scripts/webkitpy/test/runner.py
+++ b/Tools/Scripts/webkitpy/test/runner.py
@@ -72,7 +72,7 @@ class _Worker(object):
self._caller = caller
self._loader = loader
- # FIXME: unittest2 and coverage need to be in sys.path for their internal imports to work.
+ # FIXME: coverage needs to be in sys.path for its internal imports to work.
thirdparty_path = webkit_finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty')
if not thirdparty_path in sys.path:
sys.path.append(thirdparty_path)
« no previous file with comments | « Tools/Scripts/webkitpy/test/printer.py ('k') | Tools/Scripts/webkitpy/test/runner_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698