diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-07-07 14:52:05 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-07-07 15:28:03 +0200 |
commit | 8aecabcfe4d24da51e0ac59cf18e83773defe948 (patch) | |
tree | a52250b655b4ee11336a4495559ea9b2694d98f8 /tools | |
parent | 3c47122f363756911f066f8cf8ecb0b1cac1335b (diff) | |
download | ironic-8aecabcfe4d24da51e0ac59cf18e83773defe948.tar.gz |
Stop using md5 for __repr__ of objects
The md5 function is not available on systems in FIPS mode, just
use the callable name (which is closer to how repr usually looks).
Change-Id: I4319ce2f42f35251595306b9a77ae1f8bc55595c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bandit.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bandit.yml b/tools/bandit.yml index d99694d39..028d1a214 100644 --- a/tools/bandit.yml +++ b/tools/bandit.yml @@ -89,7 +89,6 @@ tests: # (optional) list skipped test IDs here, eg '[B101, B406]': skips: - B104 - - B303 - B604 ### (optional) plugin settings - some test plugins require configuration data |