edithturn edited a comment on pull request #21097: URL: https://github.com/apache/airflow/pull/21097#issuecomment-1021721651
@potiuk I tested, my mistake was that I was calling to this path **tests** in the w**orking-directory** since there is where **conftest.py** file is. But the code of test_examples_of_prod_image_building.py says exactly where the tests are running, it is in **docker-examples**. I also compare the output of my PR (left) and the previous code(right) https://github.com/apache/airflow/actions/runs/1748452248 * It is executing all the tests (passed and skipped are the same quantity). Except for **Warnings** are not the same, I don't think they need to give us the same amount always. * Another difference is "creating a virtual environment" which is part of the code ci_run_docker_tests.sh, which we don't need it  -- 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]
