From ecbc015c7686e6efafa4773264de956eb76ea3dc Mon Sep 17 00:00:00 2001 From: Yi Xu <34253055+yiyix@users.noreply.github.com> Date: Thu, 20 Aug 2020 18:51:14 +0000 Subject: [PATCH] Bug 1654313 [wpt PR 24685] - update python version in build for html/canvas, a=testonly Automatic update from web-platform-tests update python version, so it's compatible with both python2 and python3 (#24685) -- wpt-commits: 1680a1d89583f100c2df7ceff499c8c0ec292aa7 wpt-pr: 24685 --- testing/web-platform/tests/html/canvas/tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/html/canvas/tools/build.sh b/testing/web-platform/tests/html/canvas/tools/build.sh index ae1563ad85de7..f69fa4ff17d9f 100755 --- a/testing/web-platform/tests/html/canvas/tools/build.sh +++ b/testing/web-platform/tests/html/canvas/tools/build.sh @@ -2,6 +2,6 @@ set -ex cd "${0%/*}" -virtualenv -p python2 .virtualenv +virtualenv -p python .virtualenv .virtualenv/bin/pip install pyyaml cairocffi .virtualenv/bin/python gentest.py