Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Marshal deprecated pandas.util.testing import. #922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bcrant
Copy link

@bcrant bcrant commented Sep 5, 2022

Fixes warning generated by tests.

Attempts to import from pandas public API for newer versions of pandas...
from pandas.testing import assert_frame_equal

...resolves to the existing path when not found...
from pandas.util.testing import assert_frame_equal when not found

FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
    from pandas.util.testing import assert_frame_equal

Contributor checklist
  • Builds are passing
  • New tests have been added (for feature additions)

@bcrant
Copy link
Author

bcrant commented Sep 16, 2022

@aviau @xginn8 Any objections to this? Can we merge?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant