You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests were failing with intake (2.0.5, but tests have not been run in a while, so not sure what version triggers this issue). Specifying intake=0.7.0 in dev_environment.yml fixed the issue.
=========================== short test summary info ============================
FAILED tests/test_1_intake_catalog_setup.py::test_catalog_classes - AssertionError: assert False
+ where False = isinstance(<Intake catalog: test_intake_zarr_catalog>, <class 'intake.readers.entry.Catalog'>)
+ where <Intake catalog: test_intake_zarr_catalog> = <catalog_to_xpublish.searchers.intake_search.IntakeCatalogSearch object at 0x7fd240036c10>.catalog_object
+ and <class 'intake.readers.entry.Catalog'> = intake.Catalog
FAILED tests/test_3_read_from_intake.py::test_read_from_intake - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_docs - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_json_endpoint - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_yaml_endpoint - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_catalog_endpoints - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_datasets_endpoints - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
ERROR tests/test_5_run_intake_server.py::test_zarr_endpoints - TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
============= 2 failed, 11 passed, 40 warnings, 6 errors in 14.77s =============
We may need to eventually make changes to Catalog-To-Xpublish to work with newer releases of intake.
The text was updated successfully, but these errors were encountered:
Tests were failing with intake (
2.0.5
, but tests have not been run in a while, so not sure what version triggers this issue). Specifyingintake=0.7.0
indev_environment.yml
fixed the issue.We may need to eventually make changes to Catalog-To-Xpublish to work with newer releases of intake.
The text was updated successfully, but these errors were encountered: