wesm / pandas2

Design documents and code for the pandas 2.0 effort.
https://pandas-dev.github.io/pandas2/
306 stars 41 forks source link

API Changes / Segregation #66

Open jreback opened 7 years ago

jreback commented 7 years ago

This will serve as a master issue to record API changes / testing that needs segregation in pandas.

Copy-on-write can help here:

wesm commented 7 years ago

As a matter of process, the way this should probably work is:

what do you think?

jreback commented 7 years ago

yep, should have the test runner exclude them for pandas2 (and add separate tests that only) apply to pandas 2.

so prob need something like

pandas/tests # existing tests
pandas/tests_changing_in_pandas2
pandas/tests_pandas2

with the sub-structure the same as

pandas/tests

but the changing/pandas2 can live on pandas2 repo

jorisvandenbossche commented 7 years ago

From the dev meeting: idea is instead of physically segregating the tests is to leave them at the same place but mark them as "may fail on pandas 2.0"