issues: 567035590
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
567035590 | MDU6SXNzdWU1NjcwMzU1OTA= | 3777 | test_open_mfdataset_list_attr is ran even when dask is not available | 490531 | closed | 0 | 5 | 2020-02-18T17:08:23Z | 2020-02-19T18:24:43Z | 2020-02-19T18:24:43Z | CONTRIBUTOR | I’m currently packaging xarray (0.15.0) for ArchLinux, and I’m running the test suite with all our currently available packages (in addition to
I was greatly impressed at the automatic selection of tests depending on what is available on the system. :) I’m only seeing 10 tests failures ( Corresponding test output: ``` ___ testopen_mfdataset_list_attr _____
xarray/tests/test_backends.py:2561: xarray/backends/api.py:908: in open_mfdataset datasets = [open_(p, open_kwargs) for p in paths] xarray/backends/api.py:908: in <listcomp> datasets = [open_(p, open_kwargs) for p in paths] xarray/backends/api.py:538: in open_dataset ds = maybe_decode_store(store) store = <xarray.backends.netCDF4_.NetCDF4DataStore object at 0x7f392aebc640> lock = False
xarray/backends/api.py:459: ModuleNotFoundError ``` I think this test should thus not be selected if dask is not installed. ;) |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3777/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |