edithturn commented on pull request #20913:
URL: https://github.com/apache/airflow/pull/20913#issuecomment-1020810051


   I've been working on this for a long time now, and I still haven't picked up 
the thread to start it. 
   
   I understand that we won't use an entry point, since Pytest itself is an 
entry point: `python -m pytest test_examples_of_prod_image_building.py .`
   
   We won't use ci_run_docker_tests.py, since this is unnecessary because there 
are previous steps that create a virtualenv, like free-space and we can use it.
   
   Here are my doubts:
   1. This file: test_examples_of_prod_image_building, when I run pytest on it, 
it asks me for other libraries, like `sqlalchemy` and `freezegun`, so I tried 
adding into the dependencies of python in the `setup.cfg` but there are more 
libraries which are not installed, I think is not the way to do it...
   
   I'm skipping a step that should install those dependencies.
   Should I add the installation of these dependencies as part of this step of  
`- name: "Test examples of PROD image building"`?
   or
   The dependencies are related to the parameters that I have not sent to 
pytest yet?
   
   Sorry, Jareq. You gave a lot of details here. I read all the comments, and 
I'm not connecting the dots right yet 


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


Reply via email to