eladkal commented on PR #43988:
URL: https://github.com/apache/airflow/pull/43988#issuecomment-2533666685
Test fail :(
```
tests/always/test_example_dags.py::test_should_be_importable[providers/tests/system/amazon/aws/example_dms_serverless.py]
- AssertionError:
import_errors={'/opt/airflow/providers/tests/system/amazon/aws/example_dms_serverless.py':
'Traceback (most recent call last):\n File "<frozen importlib._bootstrap>",
line 228, in _call_with_frames_removed\n File
"/opt/airflow/providers/tests/system/amazon/aws/example_dms_serverless.py",
line 472, in <module>\n from tests.system.utils.watcher import
watcher\nModuleNotFoundError: No module named \'tests.system.utils\'\n'}
assert 1 == 0
+ where 1 =
len({'/opt/airflow/providers/tests/system/amazon/aws/example_dms_serverless.py':
'Traceback (most recent call last):\n Fi...e>\n from
tests.system.utils.watcher import watcher\nModuleNotFoundError: No module named
\'tests.system.utils\'\n'})
+ where
{'/opt/airflow/providers/tests/system/amazon/aws/example_dms_serverless.py':
'Traceback (most recent call last):\n Fi...e>\n from
tests.system.utils.watcher import watcher\nModuleNotFoundError: No module named
\'tests.system.utils\'\n'} = <airflow.models.dagbag.DagBag object at
0x7f0814d88190>.import_errors
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]