diff options
Diffstat (limited to 'run_tests.vpython3')
-rw-r--r-- | run_tests.vpython3 | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/run_tests.vpython3 b/run_tests.vpython3 index d0e821dd..0c790bca 100644 --- a/run_tests.vpython3 +++ b/run_tests.vpython3 | |||
@@ -26,8 +26,8 @@ wheel: < | |||
26 | 26 | ||
27 | # Required by pytest==6.2.2 | 27 | # Required by pytest==6.2.2 |
28 | wheel: < | 28 | wheel: < |
29 | name: "infra/python/wheels/packaging-py2_py3" | 29 | name: "infra/python/wheels/packaging-py3" |
30 | version: "version:16.8" | 30 | version: "version:23.0" |
31 | > | 31 | > |
32 | 32 | ||
33 | # Required by pytest==6.2.2 | 33 | # Required by pytest==6.2.2 |
@@ -59,3 +59,44 @@ wheel: < | |||
59 | name: "infra/python/wheels/six-py2_py3" | 59 | name: "infra/python/wheels/six-py2_py3" |
60 | version: "version:1.16.0" | 60 | version: "version:1.16.0" |
61 | > | 61 | > |
62 | |||
63 | wheel: < | ||
64 | name: "infra/python/wheels/black-py3" | ||
65 | version: "version:23.1.0" | ||
66 | > | ||
67 | |||
68 | # Required by black==23.1.0 | ||
69 | wheel: < | ||
70 | name: "infra/python/wheels/mypy-extensions-py3" | ||
71 | version: "version:0.4.3" | ||
72 | > | ||
73 | |||
74 | # Required by black==23.1.0 | ||
75 | wheel: < | ||
76 | name: "infra/python/wheels/tomli-py3" | ||
77 | version: "version:2.0.1" | ||
78 | > | ||
79 | |||
80 | # Required by black==23.1.0 | ||
81 | wheel: < | ||
82 | name: "infra/python/wheels/platformdirs-py3" | ||
83 | version: "version:2.5.2" | ||
84 | > | ||
85 | |||
86 | # Required by black==23.1.0 | ||
87 | wheel: < | ||
88 | name: "infra/python/wheels/pathspec-py3" | ||
89 | version: "version:0.9.0" | ||
90 | > | ||
91 | |||
92 | # Required by black==23.1.0 | ||
93 | wheel: < | ||
94 | name: "infra/python/wheels/typing-extensions-py3" | ||
95 | version: "version:4.3.0" | ||
96 | > | ||
97 | |||
98 | # Required by black==23.1.0 | ||
99 | wheel: < | ||
100 | name: "infra/python/wheels/click-py3" | ||
101 | version: "version:8.0.3" | ||
102 | > | ||