trying to fix tests

This commit is contained in:
dni ⚡
2022-10-05 13:04:38 +02:00
parent d838f6806d
commit ec0375b47c
3 changed files with 11 additions and 17 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