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


##########
docker_tests/test_prod_image.py:
##########
@@ -158,6 +158,7 @@ def test_pip_dependencies_conflict(self):
         "grpc": ["grpc", "google.auth", "google_auth_httplib2"],
         "hashicorp": ["hvac"],
         "ldap": ["ldap"],
+        "mysql": ["MySQLdb", *(["mysql"] if bool(find_spec("mysql")) else [])],

Review Comment:
   We should always check `import MySQLdb` which should prevent regression



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

Reply via email to