You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__________________ ERROR collecting tests/test_dagbuilder.py ___________________
tests/test_dagbuilder.py:8: in <module>
from airflow import DAG
../../../.local/share/hatch/env/virtual/dag-factory/onaeQMJR/tests.py3.11-2.3/lib/python3.11/site-packages/airflow/__init__.py:35: in <module>
from airflow import settings
../../../.local/share/hatch/env/virtual/dag-factory/onaeQMJR/tests.py3.11-2.3/lib/python3.11/site-packages/airflow/settings.py:46: in <module>
TIMEZONE = pendulum.tz.timezone('UTC')
E TypeError: 'module' object is not callable
The text was updated successfully, but these errors were encountered:
pankajkoti
changed the title
[CI test failure] Airflow 2.3, Python 3.11 TIMEZONE = pendulum.tz.timezone('UTC') E TypeError: 'module' object is not callable
[Test failure] Airflow 2.3, Python 3.11 TIMEZONE = pendulum.tz.timezone('UTC') E TypeError: 'module' object is not callable
Oct 14, 2024
This got resolved in #237 by correcting the matrix to include/exclude appropriate Airflow-Python version combinations in the test matrix depending on when newer Python versions started getting supported in Airflow versions.
Action link: https://github.com/astronomer/dag-factory/actions/runs/11322571556/job/31483528547?pr=237
Observed in PR #237
The text was updated successfully, but these errors were encountered: