Skip to content

Test dependency fixes#11172

Open
BorisTheBrave wants to merge 1 commit intopydata:mainfrom
BorisTheBrave:test-dependency-fixes
Open

Test dependency fixes#11172
BorisTheBrave wants to merge 1 commit intopydata:mainfrom
BorisTheBrave:test-dependency-fixes

Conversation

@BorisTheBrave
Copy link

I had to add these dependencies I'm unclear how you found things working without these changes.

  1. Since v1.8, h5netcdf does not install h5py by default. This lets you swap back ends, which is cool. But io is meant to be a quick shorthand, I doubt users want stuff to be broken by default.

  2. pytz is now an optional dependency of pandas.. xarray uses it for a single test. Potentially that test should be dropped or swapped for zoneinfo, but this was most straightforward.

NB: I also had to install tzdata before the pytz test worked. But I think that is specific to my setup, I think timezone data is available commonly enough that it doesn't make sense to add a dependency.

@welcome
Copy link

welcome bot commented Feb 14, 2026

Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient.
If you have questions, some answers may be found in our contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant