potiuk commented on a change in pull request #20913:
URL: https://github.com/apache/airflow/pull/20913#discussion_r790865580
##########
File path: dev/breeze/setup.cfg
##########
@@ -66,6 +67,7 @@ where=src
console_scripts=
Breeze2=airflow_breeze.breeze:main
airflow-freespace=airflow_ci.freespace:main
+
test-examples-of-prod-image-building=airflow_ci.test_examples_of_prod_image_building:main
Review comment:
I think we do not need that really
In our case simply `python -m pytest <pytes parameters here>
./docker_tests/test_examples_of_prod_image_building.py` should do the job
nicely.
--
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]