We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483f8d commit 442993aCopy full SHA for 442993a
jupyter_server/pytest_plugin.py
@@ -26,9 +26,11 @@
26
# We have to override the io_loop fixture with an
27
# asyncio patch. This will probably be removed in
28
# the future.
29
+print("\n\n\n{} {} \n\n\n\n".format(sys.platform.startswith("win"), sys.version_info >= (3, 8)))
30
+
31
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
32
- print("Running temporary patch for Windows 3.8")
33
+ print("\n\n\n\nRunning temporary patch for Windows 3.8\n\n\n\n")
34
35
@pytest.fixture
36
def asyncio_patch():
0 commit comments