You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/26 00:02:21 UTC

[GitHub] [airflow] edithturn edited a comment on pull request #21097: [WIP] Rewrite testing examples of images in python

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)
   * 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
   ![Uploading Screenshot from 2022-01-25 18-28-01.png…]()
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org