summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2021-02-17 11:23:49 +0000
committerLee Yarwood <lyarwood@redhat.com>2021-02-17 11:23:49 +0000
commit85cb4af075c99edb80eaa9b04754a3fe9b300944 (patch)
tree7901ff518eb0668fc4cb1d8f1af0c6f64a64522b /tox.ini
parent2e8d87098c9b714cf347dfe1ffdd9cbca3175c1a (diff)
downloadnova-85cb4af075c99edb80eaa9b04754a3fe9b300944.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8b2542e42c..b27a0f9eba 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}