Skip to content

Commit ad882c7

Browse files
committed
print sys info in contest
1 parent 442993a commit ad882c7

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
@@ -26,7 +26,7 @@
2626
# We have to override the io_loop fixture with an
2727
# asyncio patch. This will probably be removed in
2828
# the future.
29-
print("\n\n\n{} {} \n\n\n\n".format(sys.platform.startswith("win"), sys.version_info >= (3, 8)))
29+
print("\n\n\n{} {} \n\n\n\n".format(sys.platform, sys.version_info))
3030

3131
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
3232

0 commit comments

Comments
 (0)