alrolorojas commented on issue #6100: [AIRFLOW-5387] Fix show paused pagination bug URL: https://github.com/apache/airflow/pull/6100#issuecomment-531458315 There is a test failure that seem unrelated to the changes: ``` ERROR [airflow.models.dagbag.DagBag] Failed to import: /opt/airflow/tests/dags/test_impersonation_custom.py Traceback (most recent call last): File "/opt/airflow/airflow/models/dagbag.py", line 199, in process_file m = imp.load_source(mod_name, filepath) File "/usr/local/lib/python3.7/imp.py", line 171, in load_source module = _load(spec) File "<frozen importlib._bootstrap>", line 696, in _load File "<frozen importlib._bootstrap>", line 677, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/opt/airflow/tests/dags/test_impersonation_custom.py", line 31, in <module> from tests.test_utils.fake_datetime import FakeDatetime ModuleNotFoundError: No module named 'tests.test_utils' ``` Any idea of what could be happening?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
