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

Fix pendulum version in tests #670

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Conversation

medvedev1088
Copy link
Member

What?

Fix pendulum version in tests

Why?

Prevents an error in tests https://github.com/blockchain-etl/ethereum-etl-airflow/actions/runs/8027295703/job/21932297315

==================================== ERRORS ====================================
________________ ERROR collecting tests/test_dag_validation.py _________________
tests/test_dag_validation.py:4: in <module>
    from airflow.models import DagBag, Variable
/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/airflow/__init__.py:42: in <module>
    from airflow import settings
/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/airflow/settings.py:49: in <module>
    TIMEZONE = pendulum.tz.timezone("UTC")
E   TypeError: 'module' object is not callable
=========================== short test summary info ============================
ERROR tests/test_dag_validation.py - TypeError: 'module' object is not callable
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.33s ===============================

@medvedev1088 medvedev1088 merged commit b9a2252 into master Feb 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant