diff options
author | Mike Frysinger <vapier@google.com> | 2025-03-27 16:34:35 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-03-27 14:20:01 -0700 |
commit | 507d46360097b830b0ad6a3c6f137c54a1b0ed8c (patch) | |
tree | 1d6285b6a9f9dd9efb83618ac9d26caa993eb45b /run_tests.vpython3 | |
parent | cd391e77d0462b2768f4f5deb5954a6f456047e9 (diff) | |
download | git-repo-507d46360097b830b0ad6a3c6f137c54a1b0ed8c.tar.gz |
tox: sync black settings with run_tests
We updated run_tests to use black-25, so update tox too.
Change-Id: I7ee6471fbc78825bd2dbc8c1f8dab9dc10460852
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/463601
Tested-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Scott Lee <ddoman@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'run_tests.vpython3')
-rw-r--r-- | run_tests.vpython3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.vpython3 b/run_tests.vpython3 index e4c62c11..e6dfe7c6 100644 --- a/run_tests.vpython3 +++ b/run_tests.vpython3 | |||
@@ -54,6 +54,7 @@ wheel: < | |||
54 | version: "version:21.4.0" | 54 | version: "version:21.4.0" |
55 | > | 55 | > |
56 | 56 | ||
57 | # NB: Keep in sync with constraints.txt. | ||
57 | wheel: < | 58 | wheel: < |
58 | name: "infra/python/wheels/black-py3" | 59 | name: "infra/python/wheels/black-py3" |
59 | version: "version:25.1.0" | 60 | version: "version:25.1.0" |