potiuk commented on code in PR #41466:
URL: https://github.com/apache/airflow/pull/41466#discussion_r1716629657
##########
docker_tests/test_prod_image.py:
##########
@@ -68,7 +68,7 @@ def test_airflow_command(self, default_docker_image):
def test_airflow_version(self, default_docker_image):
"""Checking 'airflow version' command. It should return zero exit
code."""
output = run_airflow_cmd_in_docker(["version"],
image=default_docker_image)
- assert "2." in output
+ assert "2." in output or "3." in output
Review Comment:
Yes. We can get rid of it in main - as long as we don't cherry-pick it it
v2-10-test
--
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]