Skip to content

Commit 507d463

Browse files
vapierLUCI
authored and
LUCI
committed
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 <[email protected]> Reviewed-by: Scott Lee <[email protected]> Commit-Queue: Mike Frysinger <[email protected]>
1 parent cd391e7 commit 507d463

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

constraints.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
black<24
1+
# NB: Keep in sync with run_tests.vpython3.
2+
black<26

run_tests.vpython3

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ wheel: <
5454
version: "version:21.4.0"
5555
>
5656

57+
# NB: Keep in sync with constraints.txt.
5758
wheel: <
5859
name: "infra/python/wheels/black-py3"
5960
version: "version:25.1.0"

0 commit comments

Comments
 (0)