Merge "tox: Add passenv DISABLE_CHERRY_PICK_CHECK to pep8"

This commit is contained in:
Zuul 2021-02-17 15:46:01 +00:00 committed by Gerrit Code Review
commit e7aa436dc6
1 changed files with 2 additions and 0 deletions

View File

@ -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}