Taragolis commented on code in PR #38470:
URL: https://github.com/apache/airflow/pull/38470#discussion_r1538328070


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -679,6 +679,11 @@ def _run_test_command(
     fix_ownership_using_docker()
     cleanup_python_generated_files()
     perform_environment_checks()
+    if pydantic:

Review Comment:
   Unlikely happen in other cases rather than pydantic. This happen because 
Weaviate depend on pydantic, and all tests just skipped.
   
   In case of pendulum and sqlalchemy cases it should works with both versions.
   
   boto3 related to mostly amazon provider (if other even related on them), and 
there hundreds tests which do not required aiobotocore



-- 
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]

Reply via email to