Skip to content

Commit 95f575e

Browse files
committed
move ioloop into serverapp
1 parent ad882c7 commit 95f575e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def extension_environ(env_config_path, monkeypatch):
110110

111111
@pytest.fixture
112112
def configurable_serverapp(
113-
environ, http_port, tmp_path, home_dir, data_dir, config_dir, runtime_dir, root_dir
113+
environ, http_port, tmp_path, home_dir, data_dir, config_dir, runtime_dir, root_dir, io_loop
114114
):
115115
def serverapp(
116116
config={},

0 commit comments

Comments
 (0)