uranusjr opened a new pull request, #33192:
URL: https://github.com/apache/airflow/pull/33192

   There are three layers in the change: First, the test_mode default is 
changed to take a None instead so we can calculate the value lazily. Second, a 
global constant is introduced to hold the actual default at runtime, and 
substitute the value when given None. Finally, a Pytest marker is introduced to 
set the default to True for selected tests.
   
   We could potentially set the value to True globally, but I'm not sure how 
this would affect older tests that might be less well structured. With this 
marker mechanism we can hopefully make the process more gradual without 
breaking a ton of things.
   
   See also #33178.


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