From 94d85c3edd655549be054e1c6b8ac040402d800f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 28 Jul 2014 22:10:03 +0200 Subject: [PATCH] Pin wptrunner to version 1.0. --- src/test/wpt/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/wpt/run.sh b/src/test/wpt/run.sh index c3325e53985..56bf1eec177 100755 --- a/src/test/wpt/run.sh +++ b/src/test/wpt/run.sh @@ -16,7 +16,7 @@ source _virtualenv/bin/activate if [[ $* == *--update-manifest* ]]; then (python -c "import html5lib" &>/dev/null) || pip install html5lib fi -(python -c "import wptrunner" &>/dev/null) || pip install wptrunner +(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0' python $servo_root/src/test/wpt/run.py \ --config $servo_root/src/test/wpt/config.ini \