summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorzhangguoqing <zhang.guoqing@99cloud.net>2016-03-18 20:29:18 +0800
committerzhangguoqing <zhang.guoqing@99cloud.net>2016-03-18 23:00:14 +0800
commit2ef91a7e7788515dd6ed92946e68127bcb8efa41 (patch)
tree931a79c593f0933fe672b7d4da0fa8364f58c0a0 /tox.ini
parent559a4830dcd03c1948c7e60ed5379c92573bfe0e (diff)
downloadheat-2ef91a7e7788515dd6ed92946e68127bcb8efa41.tar.gz
hacking log warn
LOG.warn is deprecated in Python 3 [1], so add hacking warn. [1]https://docs.python.org/3/library/logging.html#logging.warning Change-Id: I95aa121c2b11437a086d7f8bee25ffa956dd3e4f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 53c657b64..fce08e893 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,6 +68,7 @@ max-complexity=20
[hacking]
import_exceptions = heat.common.i18n
+local-check-factory = heat.hacking.checks.factory
[testenv:debug]
commands = oslo_debug_helper {posargs}