Fix gclient vpython3 install error on automated builders (see https://crbug.com/1231439)

This commit is contained in:
Marshall Greenblatt
2021-07-28 11:19:40 -04:00
parent 6f819707b0
commit 0cfa65b48c
2 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,9 @@ patches = [
#
# Support custom VS toolchain on Windows.
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
#
# Update "py" wheel to a version that is compatible with pytest-6.2.2.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1231439
'name': 'runhooks',
},
{

View File

@ -1,3 +1,16 @@
diff --git .vpython3 .vpython3
index 14faab39343e8..0aeeb03f79bdd 100644
--- .vpython3
+++ .vpython3
@@ -204,7 +204,7 @@ wheel <
wheel <
name: "infra/python/wheels/py-py2_py3"
- version: "version:1.5.3"
+ version: "version:1.10.0"
>
wheel <
diff --git build/toolchain/win/setup_toolchain.py build/toolchain/win/setup_toolchain.py
index c1d2fa2ce0aa2..d1d215f35ac12 100644
--- build/toolchain/win/setup_toolchain.py