From 85cb4af075c99edb80eaa9b04754a3fe9b300944 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Wed, 17 Feb 2021 11:23:49 +0000 Subject: [PATCH] tox: Add passenv DISABLE_CHERRY_PICK_CHECK to pep8 I4f551dc4b57905cab8aa005c5680223ad1b57639 introduced the environment variable to disable the check-cherry-pick.sh script but forgot to allow it to be passed into the pep8 tox env. Change-Id: Ie8a672fd21184c810bfe9c0e3a49582189bf2111 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 8b2542e42c28..b27a0f9ebab9 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,8 @@ commands = description = Run style checks. envdir = {toxworkdir}/shared +passenv = + DISABLE_CHERRY_PICK_CHECK commands = {[testenv:mypy]commands} bash tools/flake8wrap.sh {posargs}