potiuk commented on PR #29809:
URL: https://github.com/apache/airflow/pull/29809#issuecomment-1484236170

   Try it in Breeze. Breeze is the "common" environment for everyone -  if you 
build the image and run tests in it, it should - in principle fail in the same 
way. Usually if you have difference vs your local venv and breeze it means that 
you have **some** difference vs. the curent environment. You need to track what 
it is (or simply make sure your tests bass in Breeze - which is the same as CI 
environment. It is preisely targeted to avoid this kind of situatiobn which are 
known as "works for me" syndrom. Part of your task is to make sure that it not 
only works for you but also for everyone else.
   
   You can even (see the error message as output. Run a command line to pull 
and execute the exact very same image that was used to run the test in CI (and 
fail). Try to do it - the error message even tells you how to run a breeze 
command to not only pull the image but also enter it in an interactive session 
so that you can run the test and iterate with it (and inspect it- for exmple 
comparing which versions of libraries you have).
   
   You need to investigate following it this way,


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