aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Haarman <inglorion@chromium.org>2023-08-14 16:39:29 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-08-14 18:15:04 +0000
commitc12ea463f09b850db009f51d44a87b975fd5cd93 (patch)
treee0ddc0ba2c4bf4c2c210538f30c2ed6b4c4a6f4a
parentf7a63cc940e59a42f0f151616374faf56c50d376 (diff)
downloadtoolchain-utils-c12ea463f09b850db009f51d44a87b975fd5cd93.tar.gz
githooks: remove USE_PYTHON3 = True
We should no longer need USE_PYTHON3 = True, so let's clean up a bit and remove it. BUG=chromium:1401441 TEST=None Change-Id: I396c7a14ff5ee2b43b5a961f02c20b92ef4b1032 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4776070 Commit-Queue: Bob Haarman <inglorion@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Bob Haarman <inglorion@chromium.org>
-rwxr-xr-xtoolchain_utils_githooks/check-presubmit.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain_utils_githooks/check-presubmit.py b/toolchain_utils_githooks/check-presubmit.py
index a1f2ecbd..0d2f3b31 100755
--- a/toolchain_utils_githooks/check-presubmit.py
+++ b/toolchain_utils_githooks/check-presubmit.py
@@ -22,10 +22,6 @@ import traceback
import typing as t
-# TODO(crbug.com/1401441): remove this after Feb 2023. It's here so that
-# external tooling realizes that this script is Py3.
-USE_PYTHON3 = True
-
# This was originally had many packages in it (notably scipy)
# but due to changes in how scipy is built, we can no longer install
# it in the chroot. See b/284489250