Skip to content

Commit d60b99c

Browse files
dprankeLUCI CQ
authored and
LUCI CQ
committed
Get pylint-2.6 to work under vpython3 on Windows.
This change fixes a minor issue in the pylint-2.6.bat wrapper script and adds a missing dependency on colorama. With these changes, it looks like pylint-2.6 will now work on Windows. Bug: 1157676 Change-Id: Ic23fc4cd04bf464034bf5471856fdfb646f66a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3018262 Reviewed-by: Robbie Iannucci <[email protected]> Commit-Queue: Dirk Pranke <[email protected]>
1 parent 899785a commit d60b99c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pylint-2.6

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
# name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}"
3939
# version: "version:1.4.3"
4040
# >
41+
# wheel: <
42+
# name: "infra/python/wheels/colorama-py3"
43+
# version: "version:0.4.1"
44+
# >
4145
#
4246
# # Pylint extensions.
4347
#

pylint-2.6.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ setlocal
99
set PATH=%PATH%;%~dp0
1010

1111
:: Defer control.
12-
vpython "%~dp0\pylint-2.6" %*
12+
vpython3 "%~dp0\pylint-2.6" %*

0 commit comments

Comments
 (0)