formatting and conftest

This commit is contained in:
dni ⚡
2022-10-25 09:24:14 +02:00
parent 6ae35868c0
commit 3df058ef8d
4 changed files with 5 additions and 2 deletions
+1 -1
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