potiuk commented on code in PR #38470:
URL: https://github.com/apache/airflow/pull/38470#discussion_r1538319244
##########
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:
```suggestion
if pydantic != "v2" or downgrade_sqlalchemy or downgrade_pendulum or
remove_arm_packages:
```
--
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]