Fix /tmp usage in tests

This commit is contained in:
Matthias
2024-06-08 09:42:01 +02:00
parent 2087974520
commit 36ad3bff62
2 changed files with 10 additions and 15 deletions

View File

@@ -165,7 +165,6 @@ max-complexity = 12
]
"tests/**/*.py" = [
"S101", # allow assert in tests
"S108", # temp usage ...
"S104", # Possible binding to all interfaces
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
"S105", # Possible hardcoded password assigned to: "secret"