Skip to content

Commit

Permalink
Put back solution to #231, similar to #242
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 21, 2019
1 parent 5f26894 commit fa0f1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def voila_app(server_config, voila_config, voila_args):
serverapp.start = lambda self: None
voila_app.initialize(serverapp, argv=voila_args)
yield voila_app
serverapp.cleanup_kernels()
serverapp.clear_instance()


Expand Down

0 comments on commit fa0f1ee

Please sign in to comment.