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 8d3cbab commit 3483f8dCopy full SHA for 3483f8d
appveyor.yml
@@ -38,4 +38,4 @@ install:
38
- IF %CONDA_PY% == 38 pip install --upgrade git+https://github.com/ipython/ipykernel.git
39
40
test_script:
41
- - pytest
+ - pytest -s -v
jupyter_server/pytest_plugin.py
@@ -28,6 +28,8 @@
28
# the future.
29
if sys.platform.startswith("win") and sys.version_info >= (3, 8):
30
31
+ print("Running temporary patch for Windows 3.8")
32
+
33
@pytest.fixture
34
def asyncio_patch():
35
ServerApp()._init_asyncio_patch()
0 commit comments