Skip to content
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

⚠️ Nightly upstream-dev CI failed ⚠️ #6698

Closed
github-actions bot opened this issue Jun 15, 2022 · 1 comment · Fixed by #6701
Closed

⚠️ Nightly upstream-dev CI failed ⚠️ #6698

github-actions bot opened this issue Jun 15, 2022 · 1 comment · Fixed by #6701
Labels
CI Continuous Integration tools

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jun 15, 2022

Workflow Run URL

Python 3.10 Test Summary
xarray/tests/test_backends.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_coarsen.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_combine.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_concat.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_conventions.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_dask.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_dataarray.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_dataset.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_distributed.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_interp.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_merge.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
xarray/tests/test_options.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py)
@github-actions github-actions bot added the CI Continuous Integration tools label Jun 15, 2022
@andersy005
Copy link
Member

The failures appear to be caused by recent changes introduced in

ImportError while importing test module '/home/runner/work/xarray/xarray/xarray/tests/test_backends.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../micromamba/envs/xarray-tests/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
xarray/tests/test_backends.py:86: in <module>
    from .test_dataset import (
xarray/tests/test_dataset.py:14: in <module>
    from pandas.core.computation.ops import UndefinedVariableError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant