-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST/CLN: Reuse top level fixtures instead of parametrizations #56583
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
Conversation
Going to merge this in. Can follow up if needed |
It seems that the changes in ExtensionArray tests done here break testing of EAs in downstream packages. Those do not have access to fixtures defined in pandas conftest.py and since this PR relies on them, it breaks. See this outcome of GeoPandas CI using the latest nightly https://github.com/bnaul/geopandas/actions/runs/7402184055/job/20139507247. |
Sorry for the breakage. I opened up a PR in geopandas to fix this geopandas/geopandas#3121 Our distribution of ExtensionArray tests is still a big fragile; I see you had to define some additional fixtures previously that were in |
No description provided.