Skip to content

Commit

Permalink
Bug 1645417 [wpt PR 24131] - Pin version of html5lib used in html/too…
Browse files Browse the repository at this point in the history
…ls/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
  • Loading branch information
stephenmcgruer authored and moz-wptsync-bot committed Jun 17, 2020
1 parent 79e5c5d commit b5e9d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/web-platform/tests/html/tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cd "${0%/*}"
virtualenv -p python .virtualenv
.virtualenv/bin/pip install genshi
git clone https://github.com/html5lib/html5lib-python.git .virtualenv/html5lib && cd .virtualenv/html5lib || cd .virtualenv/html5lib && git pull
# Pinned commit, to avoid html5lib from changing underneath us.
git reset --hard d49afd350c06339a8c59299664b8a73a3b2c3f64
git submodule update --init --recursive
cd ../..
.virtualenv/bin/pip install -e .virtualenv/html5lib
Expand Down

0 comments on commit b5e9d94

Please sign in to comment.