Skip to content

Commit a71f87c

Browse files
stephenmcgruermoz-wptsync-bot
authored andcommitted
Bug 1645417 [wpt PR 24131] - Pin version of html5lib used in html/tools/build.sh, a=testonly
Automatic update from web-platform-tests Pin version of html5lib used in html/tools/build.sh (#24131) See web-platform-tests/wpt#24059 (review) -- wpt-commits: 0614cc3f735509e57e29fdc482e67565601bf12e wpt-pr: 24131
1 parent e483dc4 commit a71f87c

File tree

1 file changed

+2
-0
lines changed
  • testing/web-platform/tests/html/tools

1 file changed

+2
-0
lines changed

testing/web-platform/tests/html/tools/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cd "${0%/*}"
55
virtualenv -p python .virtualenv
66
.virtualenv/bin/pip install genshi
77
git clone https://github.com/html5lib/html5lib-python.git .virtualenv/html5lib && cd .virtualenv/html5lib || cd .virtualenv/html5lib && git pull
8+
# Pinned commit, to avoid html5lib from changing underneath us.
9+
git reset --hard d49afd350c06339a8c59299664b8a73a3b2c3f64
810
git submodule update --init --recursive
911
cd ../..
1012
.virtualenv/bin/pip install -e .virtualenv/html5lib

0 commit comments

Comments
 (0)