formatting and conftest

This commit is contained in:
dni ⚡ 2022-10-03 23:41:04 +02:00
parent d2c216d6db
commit 36f54ff0c3
4 changed files with 5 additions and 2 deletions

View file

@ -28,7 +28,7 @@ def app(event_loop):
# use redefined version of the event loop for scope="session"
# loop = asyncio.get_event_loop()
loop = event_loop
#loop.run_until_complete(migrate_databases())
loop.run_until_complete(migrate_databases())
yield app
# # get the current event loop and gracefully stop any running tasks
# loop = event_loop