trying to fix tests
This commit is contained in:
parent
d838f6806d
commit
ec0375b47c
3 changed files with 11 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue