Skip to content

Commit 0d7b3ac

Browse files
committed
remove gc.collect()
1 parent c703684 commit 0d7b3ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

holoviews/tests/plotting/bokeh/test_links.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
import gc
4-
53
import numpy as np
64
import pytest
75
from bokeh.models import ColumnDataSource, RangeTool
@@ -231,7 +229,6 @@ def test_link_unlink_after_source_garbage_collected():
231229
link = RangeToolLink(src, tgt)
232230

233231
del src
234-
gc.collect()
235232
assert link.source is None
236233

237234
link.unlink()

0 commit comments

Comments
 (0)