-
-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Description
What happened:
Xarray test suite is broken.
E.g. https://github.com/pydata/xarray/runs/7699566983?check_suite_focus=true
I guess a fixture was renamed or removed?
[gw0] linux -- Python 3.10.5 /home/runner/micromamba/envs/xarray-tests/bin/python
file /home/runner/work/xarray/xarray/xarray/tests/test_distributed.py, line 132
@pytest.mark.parametrize("engine,nc_format", ENGINES_AND_FORMATS)
def test_dask_distributed_read_netcdf_integration_test(
file /home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/distributed/utils_test.py, line 119
@pytest.fixture
def loop(loop_in_thread):
E fixture 'loop_in_thread' not found
> available fixtures: add_standard_imports, backend, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, cleanup, cov, da, doctest_namespace, ds, loop, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, testrun_uid, tmp_netcdf_filename, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, worker_id
> use 'pytest --fixtures [testpath]' for help on them.
This is the test file that's failing
Metadata
Metadata
Assignees
Labels
No labels