Skip to content

Some backend tests require dask #1927

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

Closed
wants to merge 1 commit into from

Conversation

max-sixty
Copy link
Collaborator

@max-sixty max-sixty commented Feb 20, 2018

LMK if these are the right ones - I basically added the decorator to anything that was failing.
Though not sure we need to be 100% accurate here - worst case we could skip the file - either people are writing backend code and have dask installed, or they're not...

@@ -1384,6 +1384,7 @@ def test_replace_slices_with_arrays():


@requires_scipy
@requires_dask
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite right -- we still want to check the reading/writing a netCDF file with SciPy work without dask. I'm going to look alternate fixes for the can't pickle _thread.lock objects issue.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK! I'll leave this open for the moment

@mathause
Copy link
Collaborator

mathause commented Nov 8, 2020

As #1923 & without really looking - I think this can be closed given that we test all but dask now: https://github.com/pydata/xarray/blob/master/ci/requirements/py38-all-but-dask.yml#L1

@mathause mathause closed this Nov 8, 2020
@max-sixty
Copy link
Collaborator Author

Yes, thanks!

@max-sixty max-sixty deleted the requires-dask branch November 8, 2020 21:08
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.

3 participants