potiuk commented on issue #16426: URL: https://github.com/apache/airflow/issues/16426#issuecomment-865846009
https://github.com/potiuk/airflow/actions/runs/960209761 🤞 It turned out that `jira` provider needs (needlessly) `importlib_metadata` also for Python 3.9. And if importlib_metadata is present, Python will prioritise it over importlib.metadata. I changed the detection in tests to support all cases (pre-3.9, 3.9, 3.9 + importlib_metadata). -- 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]
