Pin wptrunner to version 1.0.

This commit is contained in:
Ms2ger 2014-07-28 22:10:03 +02:00
parent 4b85164a1a
commit 94d85c3edd

View file

@ -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 \