hussein-awala commented on PR #29809: URL: https://github.com/apache/airflow/pull/29809#issuecomment-1484355798
It seems like there is an issue in the mock lib (or unittest) installed in the CI image. I had the same problem with breeze, but when I installed `mock==5.0.1` in the CI image, and I replaced `from unittest import mock` by `import mock`, the test passed without any problem. I'll check it again, and open a separate PR to fix the issue. -- 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]
