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 442993a commit ad882c7Copy full SHA for ad882c7
jupyter_server/pytest_plugin.py
@@ -26,7 +26,7 @@
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)))
+print("\n\n\n{} {} \n\n\n\n".format(sys.platform, sys.version_info))
30
31
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
32
0 commit comments