diff options
author | Mike Frysinger <vapier@google.com> | 2025-01-30 13:46:40 -0500 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-01-30 10:54:54 -0800 |
commit | 747ec83f58aceb855e92aa2befaba17f04da1bee (patch) | |
tree | 85db615e9ec47da5fe7032793bdde555c757a0b4 | |
parent | 1711bc23c0ab6ff4a51bf948c703c81073dd3475 (diff) | |
download | git-repo-747ec83f58aceb855e92aa2befaba17f04da1bee.tar.gz |
run_tests: update to python 3.11 & pytest 8.3.4
Change-Id: Iffe45d85a54dc380cdd37bbbbe64b058eacad0a9
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/449901
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
-rw-r--r-- | run_tests.vpython3 | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/run_tests.vpython3 b/run_tests.vpython3 index 036064d3..b2b5ce48 100644 --- a/run_tests.vpython3 +++ b/run_tests.vpython3 | |||
@@ -5,61 +5,55 @@ | |||
5 | # List of available wheels: | 5 | # List of available wheels: |
6 | # https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md | 6 | # https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md |
7 | 7 | ||
8 | python_version: "3.8" | 8 | python_version: "3.11" |
9 | 9 | ||
10 | wheel: < | 10 | wheel: < |
11 | name: "infra/python/wheels/pytest-py3" | 11 | name: "infra/python/wheels/pytest-py3" |
12 | version: "version:6.2.2" | 12 | version: "version:8.3.4" |
13 | > | 13 | > |
14 | 14 | ||
15 | # Required by pytest==6.2.2 | 15 | # Required by pytest==8.3.4 |
16 | wheel: < | 16 | wheel: < |
17 | name: "infra/python/wheels/py-py2_py3" | 17 | name: "infra/python/wheels/py-py2_py3" |
18 | version: "version:1.10.0" | 18 | version: "version:1.11.0" |
19 | > | 19 | > |
20 | 20 | ||
21 | # Required by pytest==6.2.2 | 21 | # Required by pytest==8.3.4 |
22 | wheel: < | 22 | wheel: < |
23 | name: "infra/python/wheels/iniconfig-py3" | 23 | name: "infra/python/wheels/iniconfig-py3" |
24 | version: "version:1.1.1" | 24 | version: "version:1.1.1" |
25 | > | 25 | > |
26 | 26 | ||
27 | # Required by pytest==6.2.2 | 27 | # Required by pytest==8.3.4 |
28 | wheel: < | 28 | wheel: < |
29 | name: "infra/python/wheels/packaging-py3" | 29 | name: "infra/python/wheels/packaging-py3" |
30 | version: "version:23.0" | 30 | version: "version:23.0" |
31 | > | 31 | > |
32 | 32 | ||
33 | # Required by pytest==6.2.2 | 33 | # Required by pytest==8.3.4 |
34 | wheel: < | 34 | wheel: < |
35 | name: "infra/python/wheels/pluggy-py3" | 35 | name: "infra/python/wheels/pluggy-py3" |
36 | version: "version:0.13.1" | 36 | version: "version:1.5.0" |
37 | > | 37 | > |
38 | 38 | ||
39 | # Required by pytest==6.2.2 | 39 | # Required by pytest==8.3.4 |
40 | wheel: < | 40 | wheel: < |
41 | name: "infra/python/wheels/toml-py3" | 41 | name: "infra/python/wheels/toml-py3" |
42 | version: "version:0.10.1" | 42 | version: "version:0.10.1" |
43 | > | 43 | > |
44 | 44 | ||
45 | # Required by pytest==6.2.2 | 45 | # Required by pytest==8.3.4 |
46 | wheel: < | 46 | wheel: < |
47 | name: "infra/python/wheels/pyparsing-py3" | 47 | name: "infra/python/wheels/pyparsing-py3" |
48 | version: "version:3.0.7" | 48 | version: "version:3.0.7" |
49 | > | 49 | > |
50 | 50 | ||
51 | # Required by pytest==6.2.2 | 51 | # Required by pytest==8.3.4 |
52 | wheel: < | 52 | wheel: < |
53 | name: "infra/python/wheels/attrs-py2_py3" | 53 | name: "infra/python/wheels/attrs-py2_py3" |
54 | version: "version:21.4.0" | 54 | version: "version:21.4.0" |
55 | > | 55 | > |
56 | 56 | ||
57 | # Required by packaging==16.8 | ||
58 | wheel: < | ||
59 | name: "infra/python/wheels/six-py2_py3" | ||
60 | version: "version:1.16.0" | ||
61 | > | ||
62 | |||
63 | wheel: < | 57 | wheel: < |
64 | name: "infra/python/wheels/black-py3" | 58 | name: "infra/python/wheels/black-py3" |
65 | version: "version:23.1.0" | 59 | version: "version:23.1.0" |