Skip to content

Commit

Permalink
add pandas to blocklist import
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 13, 2024
1 parent ee1b7f3 commit 7fc6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/tests/util/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_no_blocklist_imports():
import sys
import holoviews as hv
blocklist = {"panel", "IPython", "datashader", "ibis"}
blocklist = {"panel", "IPython", "datashader", "ibis", "pandas"}
mods = blocklist & set(sys.modules)
if mods:
Expand Down

0 comments on commit 7fc6d1d

Please sign in to comment.