dstandish commented on code in PR #27526:
URL: https://github.com/apache/airflow/pull/27526#discussion_r1015227247
##########
kubernetes_tests/test_kubernetes_pod_operator.py:
##########
@@ -51,7 +50,7 @@
def create_context(task) -> Context:
dag = DAG(dag_id="dag")
- tzinfo = pendulum.timezone("Europe/Amsterdam")
+ tzinfo = pendulum.timezone("Europe/Amsterdam") # type: ignore
Review Comment:
yea... sigh... so... i was getting `module is not callable` error. happened
twice in a row so not flakey. maybe it was confused by the other `timezone`.
it doesn't make any sense. but it's just a test so just ... went the easy
route. and frankly i have no clue how i would fix it otherwise.
--
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]