Skip to content
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

Doctests failing #8537

Closed
headtr1ck opened this issue Dec 10, 2023 · 1 comment · Fixed by #8539
Closed

Doctests failing #8537

headtr1ck opened this issue Dec 10, 2023 · 1 comment · Fixed by #8539
Labels
Automation Github bots, testing workflows, release automation bug

Comments

@headtr1ck
Copy link
Collaborator

What is your issue?

The doctest is currently failing with

E UserWarning: h5py is running against HDF5 1.14.3 when it was built against 1.14.2, this may cause problems

@headtr1ck headtr1ck added bug Automation Github bots, testing workflows, release automation labels Dec 10, 2023
@keewis
Copy link
Collaborator

keewis commented Dec 10, 2023

this is something that's out of our control, h5py would have to be built against hdf5=1.14.3 on conda-forge. How do we usually deal with warnings raised by dependencies? Add a filter to one of the conftest.py files?

max-sixty added a commit to max-sixty/xarray that referenced this issue Dec 10, 2023
Trying to fix pydata#8537. Not sure it'll work and can't test locally so seeing if it passes CI
max-sixty added a commit that referenced this issue Dec 11, 2023
* Filter out doctest warning

Trying to fix #8537. Not sure it'll work and can't test locally so seeing if it passes CI

* try using the CLI to ignore the warning

---------

Co-authored-by: Justus Magin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation Github bots, testing workflows, release automation bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants