Skip to content

Commit 747ec83

Browse files
vapierLUCI
authored andcommitted
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 <[email protected]> Tested-by: Mike Frysinger <[email protected]> Commit-Queue: Mike Frysinger <[email protected]>
1 parent 1711bc2 commit 747ec83

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

run_tests.vpython3

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,55 @@
55
# List of available wheels:
66
# https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md
77

8-
python_version: "3.8"
8+
python_version: "3.11"
99

1010
wheel: <
1111
name: "infra/python/wheels/pytest-py3"
12-
version: "version:6.2.2"
12+
version: "version:8.3.4"
1313
>
1414

15-
# Required by pytest==6.2.2
15+
# Required by pytest==8.3.4
1616
wheel: <
1717
name: "infra/python/wheels/py-py2_py3"
18-
version: "version:1.10.0"
18+
version: "version:1.11.0"
1919
>
2020

21-
# Required by pytest==6.2.2
21+
# Required by pytest==8.3.4
2222
wheel: <
2323
name: "infra/python/wheels/iniconfig-py3"
2424
version: "version:1.1.1"
2525
>
2626

27-
# Required by pytest==6.2.2
27+
# Required by pytest==8.3.4
2828
wheel: <
2929
name: "infra/python/wheels/packaging-py3"
3030
version: "version:23.0"
3131
>
3232

33-
# Required by pytest==6.2.2
33+
# Required by pytest==8.3.4
3434
wheel: <
3535
name: "infra/python/wheels/pluggy-py3"
36-
version: "version:0.13.1"
36+
version: "version:1.5.0"
3737
>
3838

39-
# Required by pytest==6.2.2
39+
# Required by pytest==8.3.4
4040
wheel: <
4141
name: "infra/python/wheels/toml-py3"
4242
version: "version:0.10.1"
4343
>
4444

45-
# Required by pytest==6.2.2
45+
# Required by pytest==8.3.4
4646
wheel: <
4747
name: "infra/python/wheels/pyparsing-py3"
4848
version: "version:3.0.7"
4949
>
5050

51-
# Required by pytest==6.2.2
51+
# Required by pytest==8.3.4
5252
wheel: <
5353
name: "infra/python/wheels/attrs-py2_py3"
5454
version: "version:21.4.0"
5555
>
5656

57-
# Required by packaging==16.8
58-
wheel: <
59-
name: "infra/python/wheels/six-py2_py3"
60-
version: "version:1.16.0"
61-
>
62-
6357
wheel: <
6458
name: "infra/python/wheels/black-py3"
6559
version: "version:23.1.0"

0 commit comments

Comments
 (0)