From aec2e4f1e65fbe5d05ed86e78862be13102ba1a2 Mon Sep 17 00:00:00 2001 From: Jeremy Chen Date: Tue, 19 Jul 2016 23:52:33 +0800 Subject: [PATCH] Upgrade mozlog package from 3.0 to 3.3. With this upgrade, we are able to run wpt test with "--log-html" to see visual results on screen. --- python/requirements.txt | 2 +- tests/wpt/harness/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index cd137325d59..c57a74825da 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ blessings == 1.6 mach == 0.6.0 mozdebug == 0.1 mozinfo == 0.8 -mozlog == 3.0 +mozlog == 3.3 setuptools == 18.5 toml == 0.9.1 diff --git a/tests/wpt/harness/requirements.txt b/tests/wpt/harness/requirements.txt index 9553db44910..319a2ff984a 100644 --- a/tests/wpt/harness/requirements.txt +++ b/tests/wpt/harness/requirements.txt @@ -1,4 +1,4 @@ html5lib >= 0.99 mozinfo >= 0.7 -mozlog >= 3.0 +mozlog >= 3.3 mozdebug >= 0.1