Fix LD sig tests

This commit is contained in:
Thomas Sileo
2022-07-29 09:24:51 +02:00
parent 9c325674c6
commit 1c9b73b170
3 changed files with 17 additions and 3 deletions

View File

@@ -83,3 +83,6 @@ extend-exclude = '''
| alembic/versions
)/
'''
[tool.pytest.ini_options]
asyncio_mode = "auto"