Skip to content

Commit

Permalink
remove redondant test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Sep 25, 2024
1 parent ff9aed1 commit e008752
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hvplot/tests/testplotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ def setUp(self):
pd.options.plotting.backend = 'hvplot'


def test_plot_supports_polars():
pl = pytest.importorskip('polars')
dfp = pl.DataFrame(makeDataFrame())
out = plot(dfp, 'line')
assert isinstance(out, hv.NdOverlay)
assert out.keys() == dfp.columns


def test_plot_supports_duckdb_relation():
duckdb = pytest.importorskip('duckdb')
connection = duckdb.connect(':memory:')
Expand Down

0 comments on commit e008752

Please sign in to comment.