commit | 2a5ef1b9339e5c739d9271b0f991e24f73495fc5 | [log] [tgz] |
---|---|---|
author | Takashi Kajinami <tkajinam@redhat.com> | Mon Nov 29 15:48:25 2021 +0900 |
committer | Takashi Kajinami <tkajinam@redhat.com> | Wed Jan 19 13:38:21 2022 +0900 |
tree | ee427c2204cac810ad294e438aaf9b679b82d0dd | |
parent | daeae9c8a586ac60f7e9dfc486822fd80f1da136 [diff] [blame] |
Use LOG.warning instead of deprecated LOG.warn The LOG.warn method is deprecated[1] and the LOG.warning method should be used instead. [1] https://docs.python.org/3/library/logging.html#logging.warning Change-Id: I43e2269d4b1c425119c86919eb869941d621c6de
diff --git a/tox.ini b/tox.ini index efdaacc..7e155cd 100644 --- a/tox.ini +++ b/tox.ini
@@ -370,6 +370,7 @@ T115 = checks:dont_put_admin_tests_on_nonadmin_path T116 = checks:unsupported_exception_attribute_PY3 T117 = checks:negative_test_attribute_always_applied_to_negative_tests + T118 = checks:no_log_warn paths = ./tempest/hacking