Skip to content

Commit 241e86f

Browse files
committed
-
1 parent a2c6330 commit 241e86f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import zmq_anyio
1313
from anyio import create_memory_object_stream, create_task_group, sleep
1414
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
15-
from IPython.core.history import HistoryManager
1615
from jupyter_client.session import Session
1716

1817
from ipykernel.ipkernel import IPythonKernel
@@ -36,11 +35,6 @@ def _garbage_collection(request):
3635
except ModuleNotFoundError:
3736
tracemalloc = None
3837

39-
# ensure we don't leak history managers
40-
if os.name != "nt":
41-
HistoryManager._max_inst = 1
42-
43-
4438
pytestmark = pytest.mark.anyio
4539

4640

0 commit comments

Comments
 (0)