Skip to content

Commit 3483f8d

Browse files
committed
check that windows 3.8 is applying patch in pytest
1 parent 8d3cbab commit 3483f8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ install:
3838
- IF %CONDA_PY% == 38 pip install --upgrade git+https://github.com/ipython/ipykernel.git
3939

4040
test_script:
41-
- pytest
41+
- pytest -s -v

jupyter_server/pytest_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# the future.
2929
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
3030

31+
print("Running temporary patch for Windows 3.8")
32+
3133
@pytest.fixture
3234
def asyncio_patch():
3335
ServerApp()._init_asyncio_patch()

0 commit comments

Comments
 (0)