eladkal opened a new pull request, #32405: URL: https://github.com/apache/airflow/pull/32405
Verify provider tests fail on https://github.com/apache/airflow/pull/31153 with ``` Unknown warnings generated: /usr/local/lib/python3.8/site-packages/nbformat/json_compat.py:14:Importing ErrorTree directly from the jsonschema package is deprecated and will become an ImportError. Import it from jsonschema.exceptions instead. /usr/local/lib/python3.8/site-packages/nbformat/json_compat.py:14:Importing ErrorTree directly from the jsonschema package is deprecated and will become an ImportError. Import it from jsonschema.exceptions instead. ERROR! There were 2 warnings generated during the import ``` https://github.com/apache/airflow/actions/runs/5475391627/jobs/9972903745?pr=31153#step:11:1631 Due to new release of [jsonschema](https://github.com/python-jsonschema/jsonschema/releases/tag/v4.18.0) We are affected since we are using `nbformat` lib. I raised PR to nbformat to handle https://github.com/jupyter/nbformat/pull/368 to handle it. In the mean time unblocking main by adding the warning to `KNOWN_COMMON_DEPRECATED_MESSAGES` -- 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]
