with help/side-comments from alex i fixed the concurrent account creation problem

This commit is contained in:
holger krekel
2023-11-20 15:48:38 +01:00
parent 43c02377ef
commit bbf2f0dd36
3 changed files with 36 additions and 23 deletions

View File

@@ -15,6 +15,9 @@ filtermail = "chatmaild.filtermail:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"
log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
log_level = "INFO"
[tool.tox]
legacy_tox_ini = """