Skip to content

[ArrayManager] TST: enable IO tests #40298

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 13 commits into from
Mar 12, 2021

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Mar 8, 2021

xref #39146

This basically just adds IO testing to the set of tests we run for ArrayManager. I already added skips for JSON in the past (and now also for PyTables IO and pickle), so those are still skipped now as well.

@jorisvandenbossche jorisvandenbossche added Testing pandas testing functions or related to the test suite Internals Related to non-user accessible pandas implementation labels Mar 8, 2021
@jorisvandenbossche
Copy link
Member Author

Some failing SQL tests use from_records and will be fixed by #40301

@jreback
Copy link
Contributor

jreback commented Mar 9, 2021

looks like array manager tests are reporting failures?

@jorisvandenbossche
Copy link
Member Author

Yes, there are still a few errors I need to skip (parquet test outside of test_parquet.py). But the strange thing is that the github action kept running, although the output shows it finished (6 failed, 7616 passed, 2180 skipped, 280 deselected, 23 xfailed, 3 xpassed in 192.71s (0:03:12)). But after the IO tests, it never continued with the next tests ..

@jorisvandenbossche
Copy link
Member Author

Now it's passing

@jorisvandenbossche
Copy link
Member Author

Going to merge, since this is just adding some skips for ArrayManager

@jorisvandenbossche jorisvandenbossche merged commit 9612aec into pandas-dev:master Mar 12, 2021
@jorisvandenbossche jorisvandenbossche deleted the am-tests-io branch March 12, 2021 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation 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