Skip to content

Commit 442993a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jupyter_server/pytest_plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
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)))
30+
2931
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
3032

31-
print("Running temporary patch for Windows 3.8")
33+
print("\n\n\n\nRunning temporary patch for Windows 3.8\n\n\n\n")
3234

3335
@pytest.fixture
3436
def asyncio_patch():

0 commit comments

Comments
 (0)