Closed
Description
Between 6.1.6 and 6.1.8, there appears to be a regression which causes the ipykernel
test suite (specifically, test_kernel::InProcessKernelTests
) to hang indefinitely.
# ipykernel 5.4.2, jupyter_client 6.1.8 (same result with 6.1.11)
python3 -m pytest -v
=============================================== test session starts ================================================
platform linux -- Python 3.8.5, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 -- /tmp/venv/lib/python3.8/site-packages/ipykernel/../../../../bin/python
cachedir: .pytest_cache
rootdir: /tmp/venv/lib/python3.8/site-packages/ipykernel
plugins: cov-2.10.1, flaky-3.7.0
collected 112 items
inprocess/tests/test_kernel.py::InProcessKernelTestCase::test_getpass_stream
# hangs here
The testsuite runs normally with jupyter_client
pinned to 6.1.6.
(Found by debian autopkgtests while trying to update 6.1.6 -> 6.1.11)
Metadata
Metadata
Assignees
Labels
No labels
Activity