9 errors, 29 skipped in 8m 2s
27 files 27 suites 8m 2s ⏱️
38 tests 0 ✅ 29 💤 0 ❌ 9 🔥
525 runs 0 ✅ 450 💤 0 ❌ 75 🔥
Results for commit e03af61.
Annotations
github-actions / Unit Test Results
All 27 runs with error: distributed.shuffle.tests.test_merge
artifacts/ubuntu-latest-3.10-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.10-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.11-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.11-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.12-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.12-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_expr-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_expr-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_queue-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_queue-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-memray-extra_packages/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.10-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.10-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.11-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.11-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.12-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.12-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.9-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.9-default-notci1/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/distributed/distributed/distributed/shuffle/tests/test_merge.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../miniconda3/envs/dask-distributed/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
distributed/shuffle/tests/test_merge.py:21: in <module>
from dask.dataframe._compat import PANDAS_GE_200, tm
E ImportError: cannot import name 'PANDAS_GE_200' from 'dask.dataframe._compat' (/home/runner/miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/_compat.py)
github-actions / Unit Test Results
All 27 runs with error: distributed.shuffle.tests.test_shuffle
artifacts/ubuntu-latest-3.10-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.10-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.11-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.11-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.12-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.12-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_expr-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_expr-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_queue-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-3.9-no_queue-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-memray-extra_packages/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.10-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.10-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.11-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.11-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.12-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.12-default-notci1/pytest.xml [took 0s]
artifacts/windows-latest-3.9-default-ci1/pytest.xml [took 0s]
artifacts/windows-latest-3.9-default-notci1/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/distributed/distributed/distributed/shuffle/tests/test_shuffle.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../miniconda3/envs/dask-distributed/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
distributed/shuffle/tests/test_shuffle.py:32: in <module>
from dask.dataframe._compat import PANDAS_GE_150, PANDAS_GE_200
E ImportError: cannot import name 'PANDAS_GE_150' from 'dask.dataframe._compat' (/home/runner/miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/_compat.py)
github-actions / Unit Test Results
2 out of 7 runs with error: distributed.protocol.tests.test_highlevelgraph
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/distributed/distributed/distributed/protocol/tests/test_highlevelgraph.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:52: in <module>
from dask.dataframe import backends, dispatch, methods, rolling
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/backends.py:14: in <module>
from dask.dataframe._compat import PANDAS_GE_220, is_any_real_numeric_dtype
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/_compat.py:9: in <module>
import_optional_dependency("pandas")
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/_compatibility.py:135: in import_optional_dependency
raise ImportError(msg)
E ImportError: Dask requires version '2.0.0' or newer of 'pandas' (version '1.3.5' currently installed).
The above exception was the direct cause of the following exception:
../../../miniconda3/envs/dask-distributed/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
distributed/protocol/tests/test_highlevelgraph.py:14: in <module>
import dask.dataframe as dd
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:122: in <module>
raise ImportError(msg) from e
E ImportError: Dask dataframe requirements are not installed.
E
E Please either conda or pip install as follows:
E
E conda install dask # either conda install
E python -m pip install "dask[dataframe]" --upgrade # or python -m pip install
github-actions / Unit Test Results
2 out of 7 runs with error: distributed.protocol.tests.test_pandas
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/distributed/distributed/distributed/protocol/tests/test_pandas.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:52: in <module>
from dask.dataframe import backends, dispatch, methods, rolling
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/backends.py:14: in <module>
from dask.dataframe._compat import PANDAS_GE_220, is_any_real_numeric_dtype
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/_compat.py:9: in <module>
import_optional_dependency("pandas")
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/_compatibility.py:135: in import_optional_dependency
raise ImportError(msg)
E ImportError: Dask requires version '2.0.0' or newer of 'pandas' (version '1.3.5' currently installed).
The above exception was the direct cause of the following exception:
../../../miniconda3/envs/dask-distributed/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
distributed/protocol/tests/test_pandas.py:8: in <module>
from dask.dataframe.utils import assert_eq
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:122: in <module>
raise ImportError(msg) from e
E ImportError: Dask dataframe requirements are not installed.
E
E Please either conda or pip install as follows:
E
E conda install dask # either conda install
E python -m pip install "dask[dataframe]" --upgrade # or python -m pip install
github-actions / Unit Test Results
2 out of 7 runs with error: distributed.shuffle.tests.test_graph
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
distributed/shuffle/tests/test_graph.py:8: in <module>
dd = pytest.importorskip("dask.dataframe")
E pytest.PytestDeprecationWarning:
E Module 'dask.dataframe' was found, but when imported by pytest it raised:
E ImportError('Dask dataframe requirements are not installed.\n\nPlease either conda or pip install as follows:\n\n conda install dask # either conda install\n python -m pip install "dask[dataframe]" --upgrade # or python -m pip install')
E In pytest 9.1 this warning will become an error by default.
E You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly.
E See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror
github-actions / Unit Test Results
4 out of 7 runs with error: distributed.shuffle.tests.test_merge_column_and_index
artifacts/ubuntu-latest-mindeps-numpy-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
distributed/shuffle/tests/test_merge_column_and_index.py:17: in <module>
dd = pytest.importorskip("dask.dataframe")
E pytest.PytestDeprecationWarning:
E Module 'dask.dataframe' was found, but when imported by pytest it raised:
E ImportError('Dask dataframe requirements are not installed.\n\nPlease either conda or pip install as follows:\n\n conda install dask # either conda install\n python -m pip install "dask[dataframe]" --upgrade # or python -m pip install')
E In pytest 9.1 this warning will become an error by default.
E You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly.
E See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror
github-actions / Unit Test Results
All 7 runs with error: distributed.shuffle.tests.test_metrics
artifacts/ubuntu-latest-mindeps-default-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-default-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-memray-extra_packages/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-numpy-notci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
distributed/shuffle/tests/test_metrics.py:11: in <module>
dd = pytest.importorskip("dask.dataframe")
E pytest.PytestDeprecationWarning:
E Module 'dask.dataframe' was found, but when imported by pytest it raised:
E ImportError('Dask dataframe requirements are not installed.\n\nPlease either conda or pip install as follows:\n\n conda install dask # either conda install\n python -m pip install "dask[dataframe]" --upgrade # or python -m pip install')
E In pytest 9.1 this warning will become an error by default.
E You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly.
E See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror
github-actions / Unit Test Results
2 out of 7 runs with error: distributed.shuffle.tests.test_shuffle_plugins
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
distributed/shuffle/tests/test_shuffle_plugins.py:17: in <module>
dd = pytest.importorskip("dask.dataframe")
E pytest.PytestDeprecationWarning:
E Module 'dask.dataframe' was found, but when imported by pytest it raised:
E ImportError('Dask dataframe requirements are not installed.\n\nPlease either conda or pip install as follows:\n\n conda install dask # either conda install\n python -m pip install "dask[dataframe]" --upgrade # or python -m pip install')
E In pytest 9.1 this warning will become an error by default.
E You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly.
E See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror
github-actions / Unit Test Results
2 out of 7 runs with error: distributed.tests.test_dask_collections
artifacts/ubuntu-latest-mindeps-pandas-ci1/pytest.xml [took 0s]
artifacts/ubuntu-latest-mindeps-pandas-notci1/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/distributed/distributed/distributed/tests/test_dask_collections.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:52: in <module>
from dask.dataframe import backends, dispatch, methods, rolling
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/backends.py:14: in <module>
from dask.dataframe._compat import PANDAS_GE_220, is_any_real_numeric_dtype
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/_compat.py:9: in <module>
import_optional_dependency("pandas")
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/_compatibility.py:135: in import_optional_dependency
raise ImportError(msg)
E ImportError: Dask requires version '2.0.0' or newer of 'pandas' (version '1.3.5' currently installed).
The above exception was the direct cause of the following exception:
../../../miniconda3/envs/dask-distributed/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
distributed/tests/test_dask_collections.py:13: in <module>
import dask.dataframe as dd
../../../miniconda3/envs/dask-distributed/lib/python3.9/site-packages/dask/dataframe/__init__.py:122: in <module>
raise ImportError(msg) from e
E ImportError: Dask dataframe requirements are not installed.
E
E Please either conda or pip install as follows:
E
E conda install dask # either conda install
E python -m pip install "dask[dataframe]" --upgrade # or python -m pip install
Check notice on line 0 in .github
github-actions / Unit Test Results
29 skipped tests found
There are 29 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
distributed.cli.tests.test_dask_scheduler
distributed.cli.tests.test_dask_ssh
distributed.comm.tests.test_ucx
distributed.comm.tests.test_ucx_config
distributed.dashboard.tests.test_components
distributed.dashboard.tests.test_scheduler_bokeh
distributed.dashboard.tests.test_worker_bokeh
distributed.deploy.tests.test_old_ssh
distributed.deploy.tests.test_ssh
distributed.diagnostics.tests.test_cudf_diagnostics
distributed.diagnostics.tests.test_memray
distributed.diagnostics.tests.test_nvml
distributed.diagnostics.tests.test_progress_stream
distributed.diagnostics.tests.test_progress_widgets
distributed.diagnostics.tests.test_rmm_diagnostics
distributed.protocol.tests.test_arrow
distributed.protocol.tests.test_collection
distributed.protocol.tests.test_cupy
distributed.protocol.tests.test_h5py
distributed.protocol.tests.test_keras
distributed.protocol.tests.test_netcdf4
distributed.protocol.tests.test_numba
distributed.protocol.tests.test_numpy
distributed.protocol.tests.test_rmm
distributed.protocol.tests.test_scipy
distributed.protocol.tests.test_sparse
distributed.protocol.tests.test_torch
distributed.shuffle.tests.test_rechunk
distributed.tests.test_jupyter
Check notice on line 0 in .github
github-actions / Unit Test Results
38 tests found
There are 38 tests, see "Raw output" for the full list of tests.
Raw output
distributed.cli.tests.test_dask_scheduler
distributed.cli.tests.test_dask_ssh
distributed.comm.tests.test_ucx
distributed.comm.tests.test_ucx_config
distributed.dashboard.tests.test_components
distributed.dashboard.tests.test_scheduler_bokeh
distributed.dashboard.tests.test_worker_bokeh
distributed.deploy.tests.test_old_ssh
distributed.deploy.tests.test_ssh
distributed.diagnostics.tests.test_cudf_diagnostics
distributed.diagnostics.tests.test_memray
distributed.diagnostics.tests.test_nvml
distributed.diagnostics.tests.test_progress_stream
distributed.diagnostics.tests.test_progress_widgets
distributed.diagnostics.tests.test_rmm_diagnostics
distributed.protocol.tests.test_arrow
distributed.protocol.tests.test_collection
distributed.protocol.tests.test_cupy
distributed.protocol.tests.test_h5py
distributed.protocol.tests.test_highlevelgraph
distributed.protocol.tests.test_keras
distributed.protocol.tests.test_netcdf4
distributed.protocol.tests.test_numba
distributed.protocol.tests.test_numpy
distributed.protocol.tests.test_pandas
distributed.protocol.tests.test_rmm
distributed.protocol.tests.test_scipy
distributed.protocol.tests.test_sparse
distributed.protocol.tests.test_torch
distributed.shuffle.tests.test_graph
distributed.shuffle.tests.test_merge
distributed.shuffle.tests.test_merge_column_and_index
distributed.shuffle.tests.test_metrics
distributed.shuffle.tests.test_rechunk
distributed.shuffle.tests.test_shuffle
distributed.shuffle.tests.test_shuffle_plugins
distributed.tests.test_dask_collections
distributed.tests.test_jupyter