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 Dec 3, 2019
1 parent 7d99b41 commit cb6c689
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 cb6c689

Please sign in to comment.