Stop pinning mozlog to 2.1.

The newly released 2.2.1 should work better.
This commit is contained in:
Ms2ger 2014-08-05 14:22:40 +02:00
parent e7a9b5b9e3
commit 3dc08aa05a

View file

@ -16,8 +16,6 @@ source _virtualenv/bin/activate
if [[ $* == *--update-manifest* ]]; then
(python -c "import html5lib" &>/dev/null) || pip install html5lib
fi
(python -c "import mozlog" &>/dev/null) || pip install mozlog==2.1 #Temporary fix for broken tree
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0'
python $servo_root/src/test/wpt/run.py \