tests: sqlalchemy hangs when tests run with tox.

This commit is contained in:
tecnovert
2021-02-05 00:42:15 +02:00
parent deb71856e8
commit e14dca47e0
6 changed files with 52 additions and 30 deletions

View File

@@ -760,6 +760,8 @@ def main():
swap_client.createCoinInterface(c)
swap_client.waitForDaemonRPC(c)
swap_client.initialiseWallet(c)
swap_client.finalise()
del swap_client
finally:
for d in daemons:
logging.info('Interrupting {}'.format(d.pid))