Skip to content

TST: Clean test_pickle #45866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2022
Merged

TST: Clean test_pickle #45866

merged 1 commit into from
Feb 7, 2022

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Feb 7, 2022
@jreback jreback added this to the 1.5 milestone Feb 7, 2022
@@ -248,7 +219,8 @@ def test_pickle_path_localpath():
tm.assert_frame_equal(df, result)


def test_legacy_sparse_warning(datapath):
@pytest.mark.parametrize("typ", ["sparseseries", "sparseframe"])
def test_legacy_sparse_warning(datapath, typ):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OT we should kill this warning :->

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure where this warning is coming from (maybe from the pickled object since this is a pre-version 1.0 pickle)

@jreback jreback merged commit ee0aab2 into pandas-dev:main Feb 7, 2022
@mroeschke mroeschke deleted the tst/pickle branch February 7, 2022 23:42
phofl pushed a commit to phofl/pandas that referenced this pull request Feb 14, 2022
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants