-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: dataflowIssues related to the Dataflow API.Issues related to the Dataflow API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet
label and
I will stop commenting.
commit: 34bdda2
buildURL: Build Status, Sponge
status: failed
Test output
ImportError while importing test module '/workspace/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/dags/example_dag_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/local/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) dags/example_dag_test.py:15: in from airflow import models .nox/py-3-10/lib/python3.10/site-packages/airflow/__init__.py:31: in from airflow.utils.log.logging_mixin import LoggingMixin .nox/py-3-10/lib/python3.10/site-packages/airflow/utils/__init__.py:24: in from .decorators import apply_defaults as _apply_defaults .nox/py-3-10/lib/python3.10/site-packages/airflow/utils/decorators.py:36: in from airflow import settings .nox/py-3-10/lib/python3.10/site-packages/airflow/settings.py:38: in from airflow.configuration import conf, AIRFLOW_HOME, WEBSERVER_CONFIG # NOQA F401 .nox/py-3-10/lib/python3.10/site-packages/airflow/configuration.py:41: in from backports.configparser import ConfigParser, _UNSET, NoOptionError, NoSectionError .nox/py-3-10/lib/python3.10/site-packages/backports/configparser/__init__.py:130: in from collections import MutableMapping E ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: dataflowIssues related to the Dataflow API.Issues related to the Dataflow API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.