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 a2c6330 commit 241e86fCopy full SHA for 241e86f
tests/conftest.py
@@ -12,7 +12,6 @@
12
import zmq_anyio
13
from anyio import create_memory_object_stream, create_task_group, sleep
14
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
15
-from IPython.core.history import HistoryManager
16
from jupyter_client.session import Session
17
18
from ipykernel.ipkernel import IPythonKernel
@@ -36,11 +35,6 @@ def _garbage_collection(request):
36
35
except ModuleNotFoundError:
37
tracemalloc = None
38
39
-# ensure we don't leak history managers
40
-if os.name != "nt":
41
- HistoryManager._max_inst = 1
42
-
43
44
pytestmark = pytest.mark.anyio
45
46
0 commit comments