potiuk commented on code in PR #46891: URL: https://github.com/apache/airflow/pull/46891#discussion_r2207558188
########## providers/weaviate/tests/unit/weaviate/hooks/test_weaviate.py: ########## @@ -624,6 +627,8 @@ def test_delete_by_property_retry(get_conn, weaviate_hook): assert mock_collection.data.delete_many.call_count == len(side_effect) +# TODO: fix me for PY313 the tests expect httpx objects rather than requests Review Comment: Fixed the httpx/requests change in weaviate- TODO: removed. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org