File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -120,26 +120,6 @@ def jp_environ(
120
120
121
121
# ================= End: Move to Jupyter core ================
122
122
123
- # NOTE: This is a temporary fix for Windows 3.8
124
- # We have to override the io_loop fixture with an
125
- # asyncio patch. This will probably be removed in
126
- # the future.
127
- @pytest .fixture
128
- def jp_asyncio_patch ():
129
- """Appropriately configures the event loop policy if running on Windows w/ Python >= 3.8."""
130
- ServerApp ()._init_asyncio_patch ()
131
-
132
-
133
- @pytest .fixture
134
- def io_loop (jp_asyncio_patch ):
135
- """Returns an ioloop instance that includes the asyncio patch for Windows 3.8 platforms."""
136
- loop = tornado .ioloop .IOLoop ()
137
- loop .make_current ()
138
- yield loop
139
- loop .clear_current ()
140
- loop .close (all_fds = True )
141
-
142
-
143
123
@pytest .fixture
144
124
def jp_server_config ():
145
125
"""Allows tests to setup their specific configuration values. """
You can’t perform that action at this time.
0 commit comments