Skip to content

Commit

Permalink
Replace usage of pandas.util.testing with pandas.testing (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
udim and mtth committed Aug 2, 2023
1 parent 30fda2f commit 05c9aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ext_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try:
from hdfs.ext.avro import AvroReader
from hdfs.ext.dataframe import read_dataframe, write_dataframe
from pandas.util.testing import assert_frame_equal
from pandas.testing import assert_frame_equal
import pandas as pd
except ImportError:
SKIP = True
Expand Down

0 comments on commit 05c9aff

Please sign in to comment.