summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2025-03-27 16:34:35 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-03-27 14:20:01 -0700
commit507d46360097b830b0ad6a3c6f137c54a1b0ed8c (patch)
tree1d6285b6a9f9dd9efb83618ac9d26caa993eb45b
parentcd391e77d0462b2768f4f5deb5954a6f456047e9 (diff)
downloadgit-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>
-rw-r--r--constraints.txt3
-rw-r--r--run_tests.vpython31
2 files changed, 3 insertions, 1 deletions
diff --git a/constraints.txt b/constraints.txt
index 579c9ad8..0a29d56a 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -1 +1,2 @@
1black<24 1# NB: Keep in sync with run_tests.vpython3.
2black<26
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.
57wheel: < 58wheel: <
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"